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
Modifier and TypeMethodDescriptionThe etag for the object.The S3 key.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, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -