Interface S3InputFileLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3InputFileLocation.Builder,S3InputFileLocation>,SdkBuilder<S3InputFileLocation.Builder,S3InputFileLocation>,SdkPojo
- Enclosing class:
- S3InputFileLocation
public static interface S3InputFileLocation.Builder extends SdkPojo, CopyableBuilder<S3InputFileLocation.Builder,S3InputFileLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3InputFileLocation.Builderbucket(String bucket)Specifies the S3 bucket for the customer input file.S3InputFileLocation.Builderkey(String key)The name assigned to the file when it was created in Amazon S3.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bucket
S3InputFileLocation.Builder bucket(String bucket)
Specifies the S3 bucket for the customer input file.
- Parameters:
bucket- Specifies the S3 bucket for the customer input file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
S3InputFileLocation.Builder key(String key)
The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
- Parameters:
key- The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-