public static interface ListResourceDelegatesRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResourceDelegatesRequest.Builder |
maxResults(Integer maxResults)
The number of maximum results in a page.
|
ListResourceDelegatesRequest.Builder |
nextToken(String nextToken)
The token used to paginate through the delegates associated with a resource.
|
ListResourceDelegatesRequest.Builder |
organizationId(String organizationId)
The identifier for the organization that contains the resource for which delegates are listed.
|
ListResourceDelegatesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListResourceDelegatesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListResourceDelegatesRequest.Builder |
resourceId(String resourceId)
The identifier for the resource whose delegates are listed.
|
buildrequestOverrideConfigcopyapply, buildListResourceDelegatesRequest.Builder organizationId(String organizationId)
The identifier for the organization that contains the resource for which delegates are listed.
organizationId - The identifier for the organization that contains the resource for which delegates are listed.ListResourceDelegatesRequest.Builder resourceId(String resourceId)
The identifier for the resource whose delegates are listed.
resourceId - The identifier for the resource whose delegates are listed.ListResourceDelegatesRequest.Builder nextToken(String nextToken)
The token used to paginate through the delegates associated with a resource.
nextToken - The token used to paginate through the delegates associated with a resource.ListResourceDelegatesRequest.Builder maxResults(Integer maxResults)
The number of maximum results in a page.
maxResults - The number of maximum results in a page.ListResourceDelegatesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListResourceDelegatesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.