Interface ListResourceDelegatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>,SdkBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>,SdkPojo,SdkRequest.Builder,WorkMailRequest.Builder
- Enclosing class:
- ListResourceDelegatesRequest
public static interface ListResourceDelegatesRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourceDelegatesRequest.BuildermaxResults(Integer maxResults)The number of maximum results in a page.ListResourceDelegatesRequest.BuildernextToken(String nextToken)The token used to paginate through the delegates associated with a resource.ListResourceDelegatesRequest.BuilderorganizationId(String organizationId)The identifier for the organization that contains the resource for which delegates are listed.ListResourceDelegatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResourceDelegatesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResourceDelegatesRequest.BuilderresourceId(String resourceId)The identifier for the resource whose delegates are listed.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
-
-
-
Method Detail
-
organizationId
ListResourceDelegatesRequest.Builder organizationId(String organizationId)
The identifier for the organization that contains the resource for which delegates are listed.
- Parameters:
organizationId- The identifier for the organization that contains the resource for which delegates are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
ListResourceDelegatesRequest.Builder nextToken(String nextToken)
The token used to paginate through the delegates associated with a resource.
- Parameters:
nextToken- The token used to paginate through the delegates associated with a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListResourceDelegatesRequest.Builder maxResults(Integer maxResults)
The number of maximum results in a page.
- Parameters:
maxResults- The number of maximum results in a page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResourceDelegatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListResourceDelegatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-