public static interface RemovePermissionRequest.Builder extends CloudWatchEventsRequest.Builder, CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
Modifier and Type | Method and Description |
---|---|
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 |
statementId(String statementId)
The statement ID corresponding to the account that is no longer allowed to put events to the default event
bus.
|
build
requestOverrideConfig
copy
apply, build
RemovePermissionRequest.Builder statementId(String statementId)
The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.
statementId
- The statement ID corresponding to the account that is no longer allowed to put events to the default
event bus.RemovePermissionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RemovePermissionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.