Interface DescribeEventBusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEventBusResponse.Builder,DescribeEventBusResponse>,EventBridgeResponse.Builder,SdkBuilder<DescribeEventBusResponse.Builder,DescribeEventBusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEventBusResponse
public static interface DescribeEventBusResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventBusResponse.Builder,DescribeEventBusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEventBusResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the account permitted to write events to the current account.DescribeEventBusResponse.Buildername(String name)The name of the event bus.DescribeEventBusResponse.Builderpolicy(String policy)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.services.eventbridge.model.EventBridgeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
DescribeEventBusResponse.Builder name(String name)
The name of the event bus. Currently, this is always
default.- Parameters:
name- The name of the event bus. Currently, this is alwaysdefault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
DescribeEventBusResponse.Builder arn(String 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.
-
policy
DescribeEventBusResponse.Builder policy(String 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.
-
-