Interface Summary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Summary.Builder,,- Summary> - SdkBuilder<Summary.Builder,,- Summary> - SdkPojo
- Enclosing class:
- Summary
@Mutable
@NotThreadSafe
public static interface Summary.Builder
extends SdkPojo, CopyableBuilder<Summary.Builder,Summary> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault Summary.Builders3Object(Consumer<S3Object.Builder> s3Object) Sets the value of the S3Object property for this object.Sets the value of the S3Object property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3ObjectSets the value of the S3Object property for this object.- Parameters:
- s3Object- The new value for the S3Object property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3ObjectSets the value of the S3Object property for this object. This is a convenience method that creates an instance of theS3Object.Builderavoiding the need to create one manually viaS3Object.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Object(S3Object).- Parameters:
- s3Object- a consumer that will call methods on- S3Object.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-