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