public static interface RemovePermissionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionRequest.Builder |
label(String label)
The unique label of the statement you want to remove.
|
RemovePermissionRequest.Builder |
topicArn(String topicArn)
The ARN of the topic whose access control policy you wish to modify.
|
RemovePermissionRequest.Builder topicArn(String topicArn)
The ARN of the topic whose access control policy you wish to modify.
topicArn - The ARN of the topic whose access control policy you wish to modify.RemovePermissionRequest.Builder label(String label)
The unique label of the statement you want to remove.
label - The unique label of the statement you want to remove.Copyright © 2017. All rights reserved.