Interface EndpointEventBus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointEventBus.Builder,EndpointEventBus>,SdkBuilder<EndpointEventBus.Builder,EndpointEventBus>,SdkPojo
- Enclosing class:
- EndpointEventBus
public static interface EndpointEventBus.Builder extends SdkPojo, CopyableBuilder<EndpointEventBus.Builder,EndpointEventBus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointEventBus.BuildereventBusArn(String eventBusArn)The ARN of the event bus the endpoint is associated with.-
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 Detail
-
eventBusArn
EndpointEventBus.Builder eventBusArn(String eventBusArn)
The ARN of the event bus the endpoint is associated with.
- Parameters:
eventBusArn- The ARN of the event bus the endpoint is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-