public static interface DeleteResourcePolicyRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteResourcePolicyRequest.Builder,DeleteResourcePolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteResourcePolicyRequest.Builder |
expectedRevisionId(String expectedRevisionId)
The identifier of the revision to edit.
|
DeleteResourcePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteResourcePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteResourcePolicyRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteResourcePolicyRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.
resourceArn - The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.DeleteResourcePolicyRequest.Builder expectedRevisionId(String expectedRevisionId)
The identifier of the revision to edit. If this ID doesn't match the current revision number, Amazon Lex returns an exception
If you don't specify a revision ID, Amazon Lex will delete the current policy.
expectedRevisionId - The identifier of the revision to edit. If this ID doesn't match the current revision number, Amazon
Lex returns an exception
If you don't specify a revision ID, Amazon Lex will delete the current policy.
DeleteResourcePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteResourcePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.