public static interface DescribeEndpointRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<DescribeEndpointRequest.Builder,DescribeEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointRequest.Builder |
homeRegion(String homeRegion)
The primary Region of the endpoint you want to get information about.
|
DescribeEndpointRequest.Builder |
name(String name)
The name of the endpoint you want to get information about.
|
DescribeEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointRequest.Builder name(String name)
The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint".
name - The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint".DescribeEndpointRequest.Builder homeRegion(String homeRegion)
The primary Region of the endpoint you want to get information about. For example
"HomeRegion": "us-east-1".
homeRegion - The primary Region of the endpoint you want to get information about. For example
"HomeRegion": "us-east-1".DescribeEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.