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 |
resourceId(String resourceId)
The resource for which members are associated.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.