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