Interface DescribeEventBusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEventBusRequest.Builder,DescribeEventBusRequest>,EventBridgeRequest.Builder,SdkBuilder<DescribeEventBusRequest.Builder,DescribeEventBusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEventBusRequest
public static interface DescribeEventBusRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<DescribeEventBusRequest.Builder,DescribeEventBusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEventBusRequest.Buildername(String name)The name or ARN of the event bus to show details for.DescribeEventBusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEventBusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eventbridge.model.EventBridgeRequest.Builder
build
-
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
-
name
DescribeEventBusRequest.Builder name(String name)
The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.
- Parameters:
name- The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEventBusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEventBusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-