Interface ListingSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListingSummary.Builder,
,ListingSummary> SdkBuilder<ListingSummary.Builder,
,ListingSummary> SdkPojo
- Enclosing class:
ListingSummary
@Mutable
@NotThreadSafe
public static interface ListingSummary.Builder
extends SdkPojo, CopyableBuilder<ListingSummary.Builder,ListingSummary>
-
Method Summary
Modifier and TypeMethodDescriptionglossaryTerms
(Collection<DetailedGlossaryTerm> glossaryTerms) The glossary terms of the data product.glossaryTerms
(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms) The glossary terms of the data product.glossaryTerms
(DetailedGlossaryTerm... glossaryTerms) The glossary terms of the data product.The ID of the data product listing.listingRevision
(String listingRevision) The revision of the data product listing.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, sdkFieldNameToField, sdkFields
-
Method Details
-
glossaryTerms
The glossary terms of the data product.
- Parameters:
glossaryTerms
- The glossary terms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms of the data product.
- Parameters:
glossaryTerms
- The glossary terms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms of the data product.
This is a convenience method that creates an instance of theDetailedGlossaryTerm.Builder
avoiding the need to create one manually viaDetailedGlossaryTerm.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toglossaryTerms(List<DetailedGlossaryTerm>)
.- Parameters:
glossaryTerms
- a consumer that will call methods onDetailedGlossaryTerm.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
listingId
The ID of the data product listing.
- Parameters:
listingId
- The ID of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listingRevision
The revision of the data product listing.
- Parameters:
listingRevision
- The revision of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-