Class CfnPipePropsMixin.EcsEnvironmentFileProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.EcsEnvironmentFileProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.EcsEnvironmentFileProperty>
- Enclosing interface:
CfnPipePropsMixin.EcsEnvironmentFileProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.EcsEnvironmentFileProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.EcsEnvironmentFileProperty>
A builder for
CfnPipePropsMixin.EcsEnvironmentFileProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPipePropsMixin.EcsEnvironmentFileProperty.getType()Sets the value ofCfnPipePropsMixin.EcsEnvironmentFileProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the value ofCfnPipePropsMixin.EcsEnvironmentFileProperty.getType()- Parameters:
type- The file type to use. The only supported value iss3.- Returns:
this
-
value
Sets the value ofCfnPipePropsMixin.EcsEnvironmentFileProperty.getValue()- Parameters:
value- The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.EcsEnvironmentFileProperty>- Returns:
- a new instance of
CfnPipePropsMixin.EcsEnvironmentFileProperty - Throws:
NullPointerException- if any required attribute was not provided
-