Interface ListOfferingsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListOfferingsResponse.Builder,,- ListOfferingsResponse> - MediaLiveResponse.Builder,- SdkBuilder<ListOfferingsResponse.Builder,,- ListOfferingsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListOfferingsResponse
@Mutable
@NotThreadSafe
public static interface ListOfferingsResponse.Builder
extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListOfferingsResponse.Builder,ListOfferingsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionToken to retrieve the next page of resultsofferings(Collection<Offering> offerings) List of offeringsofferings(Consumer<Offering.Builder>... offerings) List of offerings This is a convenience method that creates an instance of theOffering.Builderavoiding the need to create one manually viaOffering.builder().List of offeringsMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenToken to retrieve the next page of results- Parameters:
- nextToken- Token to retrieve the next page of results
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
offeringsList of offerings- Parameters:
- offerings- List of offerings
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
offeringsList of offerings- Parameters:
- offerings- List of offerings
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
offeringsList of offerings This is a convenience method that creates an instance of theOffering.Builderavoiding the need to create one manually viaOffering.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toofferings(List<Offering>).- Parameters:
- offerings- a consumer that will call methods on- Offering.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-