Class CfnPipePropsMixin.EcsEphemeralStorageProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.EcsEphemeralStorageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.EcsEphemeralStorageProperty>
- Enclosing interface:
CfnPipePropsMixin.EcsEphemeralStorageProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.EcsEphemeralStorageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.EcsEphemeralStorageProperty>
A builder for
CfnPipePropsMixin.EcsEphemeralStorageProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPipePropsMixin.EcsEphemeralStorageProperty.getSizeInGiB()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sizeInGiB
@Stability(Stable) public CfnPipePropsMixin.EcsEphemeralStorageProperty.Builder sizeInGiB(Number sizeInGiB) Sets the value ofCfnPipePropsMixin.EcsEphemeralStorageProperty.getSizeInGiB()- Parameters:
sizeInGiB- The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is21GiB and the maximum supported value is200GiB.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.EcsEphemeralStorageProperty>- Returns:
- a new instance of
CfnPipePropsMixin.EcsEphemeralStorageProperty - Throws:
NullPointerException- if any required attribute was not provided
-