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