public static interface ListResourceSharePermissionsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<ListResourceSharePermissionsRequest.Builder,ListResourceSharePermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResourceSharePermissionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListResourceSharePermissionsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListResourceSharePermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListResourceSharePermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListResourceSharePermissionsRequest.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceSharePermissionsRequest.Builder resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
resourceShareArn - The Amazon Resource Name (ARN) of the resource share.ListResourceSharePermissionsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListResourceSharePermissionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListResourceSharePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResourceSharePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.