Interface GetOutpostBillingInformationResponse.Builder

    • 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.
      • 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.