public static interface ListPermissionAssociationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<ListPermissionAssociationsRequest.Builder,ListPermissionAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPermissionAssociationsRequest.Builder |
associationStatus(ResourceShareAssociationStatus associationStatus)
Specifies that you want to list only those associations with resource shares that match this status.
|
ListPermissionAssociationsRequest.Builder |
associationStatus(String associationStatus)
Specifies that you want to list only those associations with resource shares that match this status.
|
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. |
ListPermissionAssociationsRequest.Builder |
featureSet(PermissionFeatureSet featureSet)
Specifies that you want to list only those associations with resource shares that have a
featureSet with this value. |
ListPermissionAssociationsRequest.Builder |
featureSet(String featureSet)
Specifies that you want to list only those associations with resource shares that have a
featureSet with this value. |
ListPermissionAssociationsRequest.Builder |
maxResults(Integer maxResults)
Specifies the total number of results that you want included on each page of the response.
|
ListPermissionAssociationsRequest.Builder |
nextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
ListPermissionAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPermissionAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPermissionAssociationsRequest.Builder |
permissionArn(String permissionArn)
Specifies the Amazon
Resource Name (ARN) of the managed permission.
|
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.
|
ListPermissionAssociationsRequest.Builder |
resourceType(String resourceType)
Specifies that you want to list only those associations with resource shares that include at least one
resource of this resource type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionAssociationsRequest.Builder permissionArn(String permissionArn)
Specifies the Amazon Resource Name (ARN) of the managed permission.
permissionArn - Specifies the Amazon Resource Name
(ARN) of the managed permission.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.
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.ListPermissionAssociationsRequest.Builder associationStatus(String associationStatus)
Specifies that you want to list only those associations with resource shares that match this status.
associationStatus - Specifies that you want to list only those associations with resource shares that match this status.ResourceShareAssociationStatus,
ResourceShareAssociationStatusListPermissionAssociationsRequest.Builder associationStatus(ResourceShareAssociationStatus associationStatus)
Specifies that you want to list only those associations with resource shares that match this status.
associationStatus - Specifies that you want to list only those associations with resource shares that match this status.ResourceShareAssociationStatus,
ResourceShareAssociationStatusListPermissionAssociationsRequest.Builder resourceType(String resourceType)
Specifies that you want to list only those associations with resource shares that include at least one resource of this resource type.
resourceType - Specifies that you want to list only those associations with resource shares that include at least one
resource of this resource type.ListPermissionAssociationsRequest.Builder featureSet(String featureSet)
Specifies that you want to list only those associations with resource shares that have a
featureSet with this value.
featureSet - Specifies that you want to list only those associations with resource shares that have a
featureSet with this value.PermissionFeatureSet,
PermissionFeatureSetListPermissionAssociationsRequest.Builder featureSet(PermissionFeatureSet featureSet)
Specifies that you want to list only those associations with resource shares that have a
featureSet with this value.
featureSet - Specifies that you want to list only those associations with resource shares that have a
featureSet with this value.PermissionFeatureSet,
PermissionFeatureSetListPermissionAssociationsRequest.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.
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.
ListPermissionAssociationsRequest.Builder nextToken(String 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.
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.ListPermissionAssociationsRequest.Builder maxResults(Integer 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.
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.ListPermissionAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPermissionAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.