Interface EventBus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventBus.Builder,
,EventBus> SdkBuilder<EventBus.Builder,
,EventBus> SdkPojo
- Enclosing class:
EventBus
public static interface EventBus.Builder
extends SdkPojo, CopyableBuilder<EventBus.Builder,EventBus>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the event bus.creationTime
(Instant creationTime) The time the event bus was created.description
(String description) The event bus description.lastModifiedTime
(Instant lastModifiedTime) The time the event bus was last modified.The name of the event bus.The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the event bus.
- Parameters:
name
- The name of the event bus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the event bus.
- Parameters:
arn
- The ARN of the event bus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The event bus description.
- Parameters:
description
- The event bus description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.
- Parameters:
policy
- The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time the event bus was created.
- Parameters:
creationTime
- The time the event bus was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time the event bus was last modified.
- Parameters:
lastModifiedTime
- The time the event bus was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-