static ListPrincipalsRequest.Builder |
ListPrincipalsRequest.builder() |
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.maxResults(Integer maxResults) |
Specifies the total number of results that you want included on each page of the response.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.nextToken(String nextToken) |
Specifies that you want to receive the next page of results.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.principals(String... principals) |
Specifies that you want to list information for only the listed principals.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.principals(Collection<String> principals) |
Specifies that you want to list information for only the listed principals.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceArn(String resourceArn) |
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceOwner(String resourceOwner) |
Specifies that you want to list information for only resource shares that match the following:
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceOwner(ResourceOwner resourceOwner) |
Specifies that you want to list information for only resource shares that match the following:
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceShareArns(String... resourceShareArns) |
Specifies that you want to list information for only principals associated with the resource shares specified
by a list the Amazon
Resource Names (ARNs).
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceShareArns(Collection<String> resourceShareArns) |
Specifies that you want to list information for only principals associated with the resource shares specified
by a list the Amazon
Resource Names (ARNs).
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceType(String resourceType) |
Specifies that you want to list information for only principals associated with resource shares that include
the specified resource type.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.toBuilder() |
|