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