Interface AwsEventsEventbusDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEventsEventbusDetails.Builder,
,AwsEventsEventbusDetails> SdkBuilder<AwsEventsEventbusDetails.Builder,
,AwsEventsEventbusDetails> SdkPojo
- Enclosing class:
AwsEventsEventbusDetails
public static interface AwsEventsEventbusDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEventsEventbusDetails.Builder,AwsEventsEventbusDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the account permitted to write events to the current account.The name of the event bus.The policy that enables the external account to send events to your account.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
-
arn
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the account permitted to write events to the current account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
policy
The policy that enables the external account to send events to your account.
- Parameters:
policy
- The policy that enables the external account to send events to your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-