public static interface EventBus.Builder extends SdkPojo, CopyableBuilder<EventBus.Builder,EventBus>
| Modifier and Type | Method and Description |
|---|---|
EventBus.Builder |
arn(String arn)
The ARN of the event bus.
|
EventBus.Builder |
name(String name)
The name of the event bus.
|
EventBus.Builder |
policy(String policy)
The permissions policy of the event bus, describing which other AWS accounts can write events to this event
bus.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventBus.Builder name(String name)
The name of the event bus.
name - The name of the event bus.EventBus.Builder arn(String arn)
The ARN of the event bus.
arn - The ARN of the event bus.EventBus.Builder policy(String policy)
The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.
policy - The permissions policy of the event bus, describing which other AWS accounts can write events to this
event bus.Copyright © 2020. All rights reserved.