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.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Email address: resource@domain.tld
Resource name: resource
resourceId - The identifier for the resource whose delegates are listed.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Email address: resource@domain.tld
Resource name: resource
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 © 2023. All rights reserved.