| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
EventBus.Builder |
EventBus.Builder.arn(String arn)
The ARN of the event bus.
|
static EventBus.Builder |
EventBus.builder() |
EventBus.Builder |
EventBus.Builder.name(String name)
The name of the event bus.
|
EventBus.Builder |
EventBus.Builder.policy(String policy)
The permissions policy of the event bus, describing which other AWS accounts can write events to this event
bus.
|
EventBus.Builder |
EventBus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventBus.Builder> |
EventBus.serializableBuilderClass() |
Copyright © 2020. All rights reserved.