Interface GetOutpostBillingInformationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetOutpostBillingInformationResponse.Builder,,GetOutpostBillingInformationResponse> OutpostsResponse.Builder,SdkBuilder<GetOutpostBillingInformationResponse.Builder,,GetOutpostBillingInformationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetOutpostBillingInformationResponse
@Mutable
@NotThreadSafe
public static interface GetOutpostBillingInformationResponse.Builder
extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<GetOutpostBillingInformationResponse.Builder,GetOutpostBillingInformationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontractEndDate(String contractEndDate) The date the current contract term ends for the specified Outpost.Sets the value of the NextToken property for this object.subscriptions(Collection<Subscription> subscriptions) The subscription details for the specified Outpost.subscriptions(Consumer<Subscription.Builder>... subscriptions) The subscription details for the specified Outpost.subscriptions(Subscription... subscriptions) The subscription details for the specified Outpost.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptions
The subscription details for the specified Outpost.
- Parameters:
subscriptions- The subscription details for the specified Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptions
The subscription details for the specified Outpost.
- Parameters:
subscriptions- The subscription details for the specified Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptions
GetOutpostBillingInformationResponse.Builder subscriptions(Consumer<Subscription.Builder>... subscriptions) The subscription details for the specified Outpost.
This is a convenience method that creates an instance of theSubscription.Builderavoiding the need to create one manually viaSubscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubscriptions(List<Subscription>).- Parameters:
subscriptions- a consumer that will call methods onSubscription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contractEndDate
The date the current contract term ends for the specified Outpost. You must start the renewal or decommission process at least 5 business days before the current term for your Amazon Web Services Outposts ends. Failing to complete these steps at least 5 business days before the current term ends might result in unanticipated charges.
- Parameters:
contractEndDate- The date the current contract term ends for the specified Outpost. You must start the renewal or decommission process at least 5 business days before the current term for your Amazon Web Services Outposts ends. Failing to complete these steps at least 5 business days before the current term ends might result in unanticipated charges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-