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