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