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