Class CfnVehiclePropsMixin.StateTemplateAssociationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnVehiclePropsMixin.StateTemplateAssociationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVehiclePropsMixin.StateTemplateAssociationProperty>
- Enclosing interface:
CfnVehiclePropsMixin.StateTemplateAssociationProperty
@Stability(Stable)
public static final class CfnVehiclePropsMixin.StateTemplateAssociationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVehiclePropsMixin.StateTemplateAssociationProperty>
A builder for
CfnVehiclePropsMixin.StateTemplateAssociationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identifier(String identifier) Sets the value ofCfnVehiclePropsMixin.StateTemplateAssociationProperty.getIdentifier()stateTemplateUpdateStrategy(CfnVehiclePropsMixin.StateTemplateUpdateStrategyProperty stateTemplateUpdateStrategy) stateTemplateUpdateStrategy(IResolvable stateTemplateUpdateStrategy)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identifier
@Stability(Stable) public CfnVehiclePropsMixin.StateTemplateAssociationProperty.Builder identifier(String identifier) Sets the value ofCfnVehiclePropsMixin.StateTemplateAssociationProperty.getIdentifier()- Parameters:
identifier- The unique ID of the state template.- Returns:
this
-
stateTemplateUpdateStrategy
@Stability(Stable) public CfnVehiclePropsMixin.StateTemplateAssociationProperty.Builder stateTemplateUpdateStrategy(IResolvable stateTemplateUpdateStrategy) Sets the value ofCfnVehiclePropsMixin.StateTemplateAssociationProperty.getStateTemplateUpdateStrategy()- Parameters:
stateTemplateUpdateStrategy- the value to be set.- Returns:
this
-
stateTemplateUpdateStrategy
@Stability(Stable) public CfnVehiclePropsMixin.StateTemplateAssociationProperty.Builder stateTemplateUpdateStrategy(CfnVehiclePropsMixin.StateTemplateUpdateStrategyProperty stateTemplateUpdateStrategy) Sets the value ofCfnVehiclePropsMixin.StateTemplateAssociationProperty.getStateTemplateUpdateStrategy()- Parameters:
stateTemplateUpdateStrategy- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVehiclePropsMixin.StateTemplateAssociationProperty>- Returns:
- a new instance of
CfnVehiclePropsMixin.StateTemplateAssociationProperty - Throws:
NullPointerException- if any required attribute was not provided
-