Interface DisableHttpEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisableHttpEndpointRequest.Builder,,DisableHttpEndpointRequest> RdsRequest.Builder,SdkBuilder<DisableHttpEndpointRequest.Builder,,DisableHttpEndpointRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisableHttpEndpointRequest
@Mutable
@NotThreadSafe
public static interface DisableHttpEndpointRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DisableHttpEndpointRequest.Builder,DisableHttpEndpointRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the DB cluster.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
-