Interface S3KeyOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3KeyOutput.Builder,S3KeyOutput>,SdkBuilder<S3KeyOutput.Builder,S3KeyOutput>,SdkPojo
- Enclosing class:
- S3KeyOutput
public static interface S3KeyOutput.Builder extends SdkPojo, CopyableBuilder<S3KeyOutput.Builder,S3KeyOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3KeyOutput.Builderetag(String etag)The etag for the object.S3KeyOutput.Builders3Key(String s3Key)The S3 key.-
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
-
s3Key
S3KeyOutput.Builder s3Key(String s3Key)
The S3 key.
- Parameters:
s3Key- The S3 key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
etag
S3KeyOutput.Builder etag(String etag)
The etag for the object.
- Parameters:
etag- The etag for the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-