public static interface AssociateDelegateToResourceRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<AssociateDelegateToResourceRequest.Builder,AssociateDelegateToResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateDelegateToResourceRequest.Builder |
entityId(String entityId)
The member (user or group) to associate to the resource.
|
AssociateDelegateToResourceRequest.Builder |
organizationId(String organizationId)
The organization under which the resource exists.
|
AssociateDelegateToResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateDelegateToResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateDelegateToResourceRequest.Builder |
resourceId(String resourceId)
The resource for which members are associated.
|
buildoverrideConfigurationcopyapplyMutation, buildAssociateDelegateToResourceRequest.Builder organizationId(String organizationId)
The organization under which the resource exists.
organizationId - The organization under which the resource exists.AssociateDelegateToResourceRequest.Builder resourceId(String resourceId)
The resource for which members are associated.
resourceId - The resource for which members are associated.AssociateDelegateToResourceRequest.Builder entityId(String entityId)
The member (user or group) to associate to the resource.
entityId - The member (user or group) to associate to the resource.AssociateDelegateToResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateDelegateToResourceRequest.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.