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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateDelegateToResourceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateDelegateToResourceRequest.Builder |
resourceId(String resourceId)
The resource for which members are associated.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AssociateDelegateToResourceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.