Interface DescribeWorkspaceBundlesRequest.Builder

    • Method Detail

      • bundleIds

        DescribeWorkspaceBundlesRequest.Builder bundleIds​(Collection<String> bundleIds)

        The identifiers of the bundles. You cannot combine this parameter with any other filter.

        Parameters:
        bundleIds - The identifiers of the bundles. You cannot combine this parameter with any other filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bundleIds

        DescribeWorkspaceBundlesRequest.Builder bundleIds​(String... bundleIds)

        The identifiers of the bundles. You cannot combine this parameter with any other filter.

        Parameters:
        bundleIds - The identifiers of the bundles. You cannot combine this parameter with any other filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owner

        DescribeWorkspaceBundlesRequest.Builder owner​(String owner)

        The owner of the bundles. You cannot combine this parameter with any other filter.

        To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the bundles that belong to your account, don't specify a value.

        Parameters:
        owner - The owner of the bundles. You cannot combine this parameter with any other filter.

        To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the bundles that belong to your account, don't specify a value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeWorkspaceBundlesRequest.Builder nextToken​(String nextToken)

        The token for the next set of results. (You received this token from a previous call.)

        Parameters:
        nextToken - The token for the next set of results. (You received this token from a previous call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.