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) |
ListResourceDelegatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListResourceDelegatesRequest.Builder |
resourceId(String resourceId)
The identifier for the resource whose delegates are listed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListResourceDelegatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.