Interface DisableHttpEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisableHttpEndpointRequest.Builder,DisableHttpEndpointRequest>,RdsRequest.Builder,SdkBuilder<DisableHttpEndpointRequest.Builder,DisableHttpEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisableHttpEndpointRequest
public static interface DisableHttpEndpointRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DisableHttpEndpointRequest.Builder,DisableHttpEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableHttpEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableHttpEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableHttpEndpointRequest.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
DisableHttpEndpointRequest.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
DisableHttpEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisableHttpEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-