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 |
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, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.