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
Modifier and TypeMethodDescriptionSpecifies the S3 bucket for the customer input file.The name assigned to the file when it was created in Amazon S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -