Interface GetOutpostBillingInformationResponse.Builder

  • 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

      The subscription details for the specified Outpost.

      This is a convenience method that creates an instance of the Subscription.Builder avoiding the need to create one manually via Subscription.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to subscriptions(List<Subscription>).

      Parameters:
      subscriptions - a consumer that will call methods on Subscription.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.