Interface DescribeWorkspaceBundlesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>, SdkBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>, SdkPojo, SdkRequest.Builder, WorkSpacesRequest.Builder
Enclosing class:
DescribeWorkspaceBundlesRequest

public static interface DescribeWorkspaceBundlesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
  • Method Details

    • 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

      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

      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

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

      DescribeWorkspaceBundlesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.