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