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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOutpostBillingInformationResponse.BuildercontractEndDate(String contractEndDate)The date the current contract term ends for the specified Outpost.GetOutpostBillingInformationResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.GetOutpostBillingInformationResponse.Buildersubscriptions(Collection<Subscription> subscriptions)The subscription details for the specified Outpost.GetOutpostBillingInformationResponse.Buildersubscriptions(Consumer<Subscription.Builder>... subscriptions)The subscription details for the specified Outpost.GetOutpostBillingInformationResponse.Buildersubscriptions(Subscription... subscriptions)The subscription details for the specified Outpost.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
GetOutpostBillingInformationResponse.Builder nextToken(String 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
GetOutpostBillingInformationResponse.Builder subscriptions(Collection<Subscription> 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(Subscription... 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 to#subscriptions(List.) - 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:
#subscriptions(java.util.Collection)
-
contractEndDate
GetOutpostBillingInformationResponse.Builder contractEndDate(String 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.
-
-