Interface EntityTypeSort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EntityTypeSort.Builder,EntityTypeSort>,SdkBuilder<EntityTypeSort.Builder,EntityTypeSort>,SdkPojo
- Enclosing class:
- EntityTypeSort
public static interface EntityTypeSort.Builder extends SdkPojo, CopyableBuilder<EntityTypeSort.Builder,EntityTypeSort>
-
-
Method Summary
-
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
-
dataProductSort
EntityTypeSort.Builder dataProductSort(DataProductSort dataProductSort)
A sort for data products.
- Parameters:
dataProductSort- A sort for data products.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataProductSort
default EntityTypeSort.Builder dataProductSort(Consumer<DataProductSort.Builder> dataProductSort)
A sort for data products.
This is a convenience method that creates an instance of theDataProductSort.Builderavoiding the need to create one manually viaDataProductSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataProductSort(DataProductSort).- Parameters:
dataProductSort- a consumer that will call methods onDataProductSort.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataProductSort(DataProductSort)
-
saaSProductSort
EntityTypeSort.Builder saaSProductSort(SaaSProductSort saaSProductSort)
A sort for SaaS products.
- Parameters:
saaSProductSort- A sort for SaaS products.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
saaSProductSort
default EntityTypeSort.Builder saaSProductSort(Consumer<SaaSProductSort.Builder> saaSProductSort)
A sort for SaaS products.
This is a convenience method that creates an instance of theSaaSProductSort.Builderavoiding the need to create one manually viaSaaSProductSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosaaSProductSort(SaaSProductSort).- Parameters:
saaSProductSort- a consumer that will call methods onSaaSProductSort.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
saaSProductSort(SaaSProductSort)
-
amiProductSort
EntityTypeSort.Builder amiProductSort(AmiProductSort amiProductSort)
A sort for AMI products.
- Parameters:
amiProductSort- A sort for AMI products.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amiProductSort
default EntityTypeSort.Builder amiProductSort(Consumer<AmiProductSort.Builder> amiProductSort)
A sort for AMI products.
This is a convenience method that creates an instance of theAmiProductSort.Builderavoiding the need to create one manually viaAmiProductSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toamiProductSort(AmiProductSort).- Parameters:
amiProductSort- a consumer that will call methods onAmiProductSort.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
amiProductSort(AmiProductSort)
-
offerSort
EntityTypeSort.Builder offerSort(OfferSort offerSort)
A sort for offers.
- Parameters:
offerSort- A sort for offers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offerSort
default EntityTypeSort.Builder offerSort(Consumer<OfferSort.Builder> offerSort)
A sort for offers.
This is a convenience method that creates an instance of theOfferSort.Builderavoiding the need to create one manually viaOfferSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toofferSort(OfferSort).- Parameters:
offerSort- a consumer that will call methods onOfferSort.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
offerSort(OfferSort)
-
containerProductSort
EntityTypeSort.Builder containerProductSort(ContainerProductSort containerProductSort)
A sort for container products.
- Parameters:
containerProductSort- A sort for container products.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerProductSort
default EntityTypeSort.Builder containerProductSort(Consumer<ContainerProductSort.Builder> containerProductSort)
A sort for container products.
This is a convenience method that creates an instance of theContainerProductSort.Builderavoiding the need to create one manually viaContainerProductSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainerProductSort(ContainerProductSort).- Parameters:
containerProductSort- a consumer that will call methods onContainerProductSort.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
containerProductSort(ContainerProductSort)
-
resaleAuthorizationSort
EntityTypeSort.Builder resaleAuthorizationSort(ResaleAuthorizationSort resaleAuthorizationSort)
A sort for Resale Authorizations.
- Parameters:
resaleAuthorizationSort- A sort for Resale Authorizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resaleAuthorizationSort
default EntityTypeSort.Builder resaleAuthorizationSort(Consumer<ResaleAuthorizationSort.Builder> resaleAuthorizationSort)
A sort for Resale Authorizations.
This is a convenience method that creates an instance of theResaleAuthorizationSort.Builderavoiding the need to create one manually viaResaleAuthorizationSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresaleAuthorizationSort(ResaleAuthorizationSort).- Parameters:
resaleAuthorizationSort- a consumer that will call methods onResaleAuthorizationSort.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resaleAuthorizationSort(ResaleAuthorizationSort)
-
-