Interface GetOutpostInstanceTypesResponse.Builder

    • Method Detail

      • instanceTypes

        GetOutpostInstanceTypesResponse.Builder instanceTypes​(Collection<InstanceTypeItem> instanceTypes)
        Sets the value of the InstanceTypes property for this object.
        Parameters:
        instanceTypes - The new value for the InstanceTypes property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceTypes

        GetOutpostInstanceTypesResponse.Builder instanceTypes​(InstanceTypeItem... instanceTypes)
        Sets the value of the InstanceTypes property for this object.
        Parameters:
        instanceTypes - The new value for the InstanceTypes property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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

        GetOutpostInstanceTypesResponse.Builder outpostId​(String outpostId)

        The ID of the Outpost.

        Parameters:
        outpostId - The ID of the Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outpostArn

        GetOutpostInstanceTypesResponse.Builder outpostArn​(String outpostArn)
        Sets the value of the OutpostArn property for this object.
        Parameters:
        outpostArn - The new value for the OutpostArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.