public static interface CreateResourcePolicyResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateResourcePolicyResponse.Builder,CreateResourcePolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateResourcePolicyResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy was attached to.
|
CreateResourcePolicyResponse.Builder |
revisionId(String revisionId)
The current revision of the resource policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResourcePolicyResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy was attached to.
resourceArn - The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy was attached to.CreateResourcePolicyResponse.Builder revisionId(String revisionId)
The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.
revisionId - The current revision of the resource policy. Use the revision ID to make sure that you are updating
the most current version of a resource policy when you add a policy statement to a resource, delete a
resource, or update a resource.Copyright © 2022. All rights reserved.