public static interface RemovePermissionRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionRequest.Builder |
eventBusName(String eventBusName)
The name of the event bus to revoke permissions for.
|
RemovePermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemovePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemovePermissionRequest.Builder |
removeAllPermissions(Boolean removeAllPermissions)
Specifies whether to remove all permissions.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemovePermissionRequest.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 removeAllPermissions(Boolean removeAllPermissions)
Specifies whether to remove all permissions.
removeAllPermissions - Specifies whether to remove all permissions.RemovePermissionRequest.Builder eventBusName(String eventBusName)
The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.
eventBusName - The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.RemovePermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemovePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.