public static interface RemovePermissionRequest.Builder extends SNSRequest.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RemovePermissionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
RemovePermissionRequest.Builder |
topicArn(String topicArn)
The ARN of the topic whose access control policy you wish to modify.
|
buildrequestOverrideConfigcopyapply, buildRemovePermissionRequest.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.RemovePermissionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RemovePermissionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.