Interface DescribeImagePermissionsRequest.Builder

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

public static interface DescribeImagePermissionsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeImagePermissionsRequest.Builder,DescribeImagePermissionsRequest>
  • Method Details

    • name

      The name of the private image for which to describe permissions. The image must be one that you own.

      Parameters:
      name - The name of the private image for which to describe permissions. The image must be one that you own.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum size of each page of results.

      Parameters:
      maxResults - The maximum size of each page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sharedAwsAccountIds

      DescribeImagePermissionsRequest.Builder sharedAwsAccountIds(Collection<String> sharedAwsAccountIds)

      The 12-digit identifier of one or more AWS accounts with which the image is shared.

      Parameters:
      sharedAwsAccountIds - The 12-digit identifier of one or more AWS accounts with which the image is shared.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sharedAwsAccountIds

      DescribeImagePermissionsRequest.Builder sharedAwsAccountIds(String... sharedAwsAccountIds)

      The 12-digit identifier of one or more AWS accounts with which the image is shared.

      Parameters:
      sharedAwsAccountIds - The 12-digit identifier of one or more AWS accounts with which the image is shared.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

      Parameters:
      nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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