Interface S3ObjectSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ObjectSource.Builder,S3ObjectSource>,SdkBuilder<S3ObjectSource.Builder,S3ObjectSource>,SdkPojo
- Enclosing class:
- S3ObjectSource
public static interface S3ObjectSource.Builder extends SdkPojo, CopyableBuilder<S3ObjectSource.Builder,S3ObjectSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ObjectSource.Builderbucket(String bucket)The name of the S3 bucket that contains a template bundle.S3ObjectSource.Builderkey(String key)The path to the S3 bucket that contains a template bundle.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucket
S3ObjectSource.Builder bucket(String bucket)
The name of the S3 bucket that contains a template bundle.
- Parameters:
bucket- The name of the S3 bucket that contains a template bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
S3ObjectSource.Builder key(String key)
The path to the S3 bucket that contains a template bundle.
- Parameters:
key- The path to the S3 bucket that contains a template bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-