public static interface DisassociateDelegateFromResourceRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<DisassociateDelegateFromResourceRequest.Builder,DisassociateDelegateFromResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateDelegateFromResourceRequest.Builder |
entityId(String entityId)
The identifier for the member (user, group) to be removed from the resource's delegates.
|
DisassociateDelegateFromResourceRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the resource exists.
|
DisassociateDelegateFromResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisassociateDelegateFromResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DisassociateDelegateFromResourceRequest.Builder |
resourceId(String resourceId)
The identifier of the resource from which delegates' set members are removed.
|
buildoverrideConfigurationcopyapplyMutation, buildDisassociateDelegateFromResourceRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the resource exists.
organizationId - The identifier for the organization under which the resource exists.DisassociateDelegateFromResourceRequest.Builder resourceId(String resourceId)
The identifier of the resource from which delegates' set members are removed.
resourceId - The identifier of the resource from which delegates' set members are removed.DisassociateDelegateFromResourceRequest.Builder entityId(String entityId)
The identifier for the member (user, group) to be removed from the resource's delegates.
entityId - The identifier for the member (user, group) to be removed from the resource's delegates.DisassociateDelegateFromResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisassociateDelegateFromResourceRequest.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.