Interface DataSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataSummary.Builder,,DataSummary> SdkBuilder<DataSummary.Builder,,DataSummary> SdkPojo
- Enclosing class:
DataSummary
@Mutable
@NotThreadSafe
public static interface DataSummary.Builder
extends SdkPojo, CopyableBuilder<DataSummary.Builder,DataSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DataSummary.Builderdetails(Consumer<DataDetails.Builder> details) Details about the data.details(DataDetails details) Details about the data.default DataSummary.Builderreference(Consumer<DataReference.Builder> reference) Reference information about the content.reference(DataReference reference) Reference information about the content.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
-
reference
Reference information about the content.
- Parameters:
reference- Reference information about the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reference
Reference information about the content.
This is a convenience method that creates an instance of theDataReference.Builderavoiding the need to create one manually viaDataReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreference(DataReference).- Parameters:
reference- a consumer that will call methods onDataReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
details
Details about the data.
- Parameters:
details- Details about the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Details about the data.
This is a convenience method that creates an instance of theDataDetails.Builderavoiding the need to create one manually viaDataDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todetails(DataDetails).- Parameters:
details- a consumer that will call methods onDataDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-