public static interface ListResourceDelegatesRequest.Builder extends WorkMailRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListResourceDelegatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListResourceDelegatesRequest.Builder |
resourceId(String resourceId)
The identifier for the resource whose delegates are listed.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListResourceDelegatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.