Interface ListPermissionAssociationsRequest.Builder

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

public static interface ListPermissionAssociationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<ListPermissionAssociationsRequest.Builder,ListPermissionAssociationsRequest>
  • Method Details

    • permissionArn

      ListPermissionAssociationsRequest.Builder permissionArn(String permissionArn)

      Specifies the Amazon Resource Name (ARN) of the managed permission.

      Parameters:
      permissionArn - Specifies the Amazon Resource Name (ARN) of the managed permission.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissionVersion

      ListPermissionAssociationsRequest.Builder permissionVersion(Integer permissionVersion)

      Specifies that you want to list only those associations with resource shares that use this version of the managed permission. If you don't provide a value for this parameter, then the operation returns information about associations with resource shares that use any version of the managed permission.

      Parameters:
      permissionVersion - Specifies that you want to list only those associations with resource shares that use this version of the managed permission. If you don't provide a value for this parameter, then the operation returns information about associations with resource shares that use any version of the managed permission.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationStatus

      ListPermissionAssociationsRequest.Builder associationStatus(String associationStatus)

      Specifies that you want to list only those associations with resource shares that match this status.

      Parameters:
      associationStatus - Specifies that you want to list only those associations with resource shares that match this status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • associationStatus

      Specifies that you want to list only those associations with resource shares that match this status.

      Parameters:
      associationStatus - Specifies that you want to list only those associations with resource shares that match this status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      Specifies that you want to list only those associations with resource shares that include at least one resource of this resource type.

      Parameters:
      resourceType - Specifies that you want to list only those associations with resource shares that include at least one resource of this resource type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • featureSet

      Specifies that you want to list only those associations with resource shares that have a featureSet with this value.

      Parameters:
      featureSet - Specifies that you want to list only those associations with resource shares that have a featureSet with this value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • featureSet

      Specifies that you want to list only those associations with resource shares that have a featureSet with this value.

      Parameters:
      featureSet - Specifies that you want to list only those associations with resource shares that have a featureSet with this value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultVersion

      ListPermissionAssociationsRequest.Builder defaultVersion(Boolean defaultVersion)

      When true, specifies that you want to list only those associations with resource shares that use the default version of the specified managed permission.

      When false (the default value), lists associations with resource shares that use any version of the specified managed permission.

      Parameters:
      defaultVersion - When true, specifies that you want to list only those associations with resource shares that use the default version of the specified managed permission.

      When false (the default value), lists associations with resource shares that use any version of the specified managed permission.

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

      Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.

      Parameters:
      nextToken - Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

      Parameters:
      maxResults - Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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