Class CfnFunction.IdentitySAMPTProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sam.CfnFunction.IdentitySAMPTProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunction.IdentitySAMPTProperty>
- Enclosing interface:
CfnFunction.IdentitySAMPTProperty
@Stability(Stable)
public static final class CfnFunction.IdentitySAMPTProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunction.IdentitySAMPTProperty>
A builder for
CfnFunction.IdentitySAMPTProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identityName(String identityName) Sets the value ofCfnFunction.IdentitySAMPTProperty.getIdentityName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identityName
@Stability(Stable) public CfnFunction.IdentitySAMPTProperty.Builder identityName(String identityName) Sets the value ofCfnFunction.IdentitySAMPTProperty.getIdentityName()- Parameters:
identityName- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunction.IdentitySAMPTProperty>- Returns:
- a new instance of
CfnFunction.IdentitySAMPTProperty - Throws:
NullPointerException- if any required attribute was not provided
-