Interface OutputLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputLocation.Builder,OutputLocation>,SdkBuilder<OutputLocation.Builder,OutputLocation>,SdkPojo
- Enclosing class:
- OutputLocation
public static interface OutputLocation.Builder extends SdkPojo, CopyableBuilder<OutputLocation.Builder,OutputLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputLocation.Builders3Bucket(String s3Bucket)The S3 bucket for output.OutputLocation.Builders3Prefix(String s3Prefix)The S3 folder in thes3Bucketwhere output files will be placed.-
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
-
s3Bucket
OutputLocation.Builder s3Bucket(String s3Bucket)
The S3 bucket for output.
- Parameters:
s3Bucket- The S3 bucket for output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Prefix
OutputLocation.Builder s3Prefix(String s3Prefix)
The S3 folder in the
s3Bucketwhere output files will be placed.- Parameters:
s3Prefix- The S3 folder in thes3Bucketwhere output files will be placed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-