Class CfnAgentSpacePropsMixin.IamAuthConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAgentSpacePropsMixin.IamAuthConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentSpacePropsMixin.IamAuthConfigurationProperty>
- Enclosing interface:
CfnAgentSpacePropsMixin.IamAuthConfigurationProperty
@Stability(Stable)
public static final class CfnAgentSpacePropsMixin.IamAuthConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentSpacePropsMixin.IamAuthConfigurationProperty>
A builder for
CfnAgentSpacePropsMixin.IamAuthConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAgentSpacePropsMixin.IamAuthConfigurationProperty.getCreatedAt()operatorAppRoleArn(String operatorAppRoleArn) Sets the value ofCfnAgentSpacePropsMixin.IamAuthConfigurationProperty.getUpdatedAt()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
createdAt
@Stability(Stable) public CfnAgentSpacePropsMixin.IamAuthConfigurationProperty.Builder createdAt(String createdAt) Sets the value ofCfnAgentSpacePropsMixin.IamAuthConfigurationProperty.getCreatedAt()- Parameters:
createdAt- the value to be set.- Returns:
this
-
operatorAppRoleArn
@Stability(Stable) public CfnAgentSpacePropsMixin.IamAuthConfigurationProperty.Builder operatorAppRoleArn(String operatorAppRoleArn) - Parameters:
operatorAppRoleArn- the value to be set.- Returns:
this
-
updatedAt
@Stability(Stable) public CfnAgentSpacePropsMixin.IamAuthConfigurationProperty.Builder updatedAt(String updatedAt) Sets the value ofCfnAgentSpacePropsMixin.IamAuthConfigurationProperty.getUpdatedAt()- Parameters:
updatedAt- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentSpacePropsMixin.IamAuthConfigurationProperty>- Returns:
- a new instance of
CfnAgentSpacePropsMixin.IamAuthConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-