Interface EnableHttpEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<EnableHttpEndpointRequest.Builder,EnableHttpEndpointRequest>,RdsRequest.Builder,SdkBuilder<EnableHttpEndpointRequest.Builder,EnableHttpEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- EnableHttpEndpointRequest
public static interface EnableHttpEndpointRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<EnableHttpEndpointRequest.Builder,EnableHttpEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableHttpEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableHttpEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableHttpEndpointRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the DB cluster.-
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.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceArn
EnableHttpEndpointRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
EnableHttpEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
EnableHttpEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-