public static interface DeleteResourcePolicyStatementRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteResourcePolicyStatementRequest.Builder,DeleteResourcePolicyStatementRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteResourcePolicyStatementRequest.Builder |
expectedRevisionId(String expectedRevisionId)
The identifier of the revision of the policy to delete the statement from.
|
DeleteResourcePolicyStatementRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteResourcePolicyStatementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteResourcePolicyStatementRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
|
DeleteResourcePolicyStatementRequest.Builder |
statementId(String statementId)
The name of the statement (SID) to delete from the policy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteResourcePolicyStatementRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
resourceArn - The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.DeleteResourcePolicyStatementRequest.Builder statementId(String statementId)
The name of the statement (SID) to delete from the policy.
statementId - The name of the statement (SID) to delete from the policy.DeleteResourcePolicyStatementRequest.Builder expectedRevisionId(String expectedRevisionId)
The identifier of the revision of the policy to delete the statement from. If this revision ID doesn't match the current revision ID, Amazon Lex throws an exception.
If you don't specify a revision, Amazon Lex removes the current contents of the statement.
expectedRevisionId - The identifier of the revision of the policy to delete the statement from. If this revision ID doesn't
match the current revision ID, Amazon Lex throws an exception.
If you don't specify a revision, Amazon Lex removes the current contents of the statement.
DeleteResourcePolicyStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteResourcePolicyStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.