CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
, SdkBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
public static interface RemovePermissionRequest.Builder extends CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.