@Stability(value=Stable) public static final class CfnService.PlacementStrategyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.PlacementStrategyProperty>
CfnService.PlacementStrategyProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnService.PlacementStrategyProperty |
build()
Builds the configured instance.
|
CfnService.PlacementStrategyProperty.Builder |
field(String field)
Sets the value of
CfnService.PlacementStrategyProperty.getField() |
CfnService.PlacementStrategyProperty.Builder |
type(String type)
Sets the value of
CfnService.PlacementStrategyProperty.getType() |
@Stability(value=Stable) public CfnService.PlacementStrategyProperty.Builder type(String type)
CfnService.PlacementStrategyProperty.getType()
type
- `CfnService.PlacementStrategyProperty.Type`. This parameter is required.this
@Stability(value=Stable) public CfnService.PlacementStrategyProperty.Builder field(String field)
CfnService.PlacementStrategyProperty.getField()
field
- `CfnService.PlacementStrategyProperty.Field`.this
@Stability(value=Stable) public CfnService.PlacementStrategyProperty build()
build
in interface software.amazon.jsii.Builder<CfnService.PlacementStrategyProperty>
CfnService.PlacementStrategyProperty
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.