public static interface DeregisterDbProxyTargetsRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DeregisterDbProxyTargetsRequest.Builder,DeregisterDbProxyTargetsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeregisterDbProxyTargetsRequest.Builder dbProxyName(String dbProxyName)
The identifier of the DBProxy
that is associated with the DBProxyTargetGroup
.
dbProxyName
- The identifier of the DBProxy
that is associated with the DBProxyTargetGroup
.DeregisterDbProxyTargetsRequest.Builder targetGroupName(String targetGroupName)
The identifier of the DBProxyTargetGroup
.
targetGroupName
- The identifier of the DBProxyTargetGroup
.DeregisterDbProxyTargetsRequest.Builder dbInstanceIdentifiers(Collection<String> dbInstanceIdentifiers)
One or more DB instance identifiers.
dbInstanceIdentifiers
- One or more DB instance identifiers.DeregisterDbProxyTargetsRequest.Builder dbInstanceIdentifiers(String... dbInstanceIdentifiers)
One or more DB instance identifiers.
dbInstanceIdentifiers
- One or more DB instance identifiers.DeregisterDbProxyTargetsRequest.Builder dbClusterIdentifiers(Collection<String> dbClusterIdentifiers)
One or more DB cluster identifiers.
dbClusterIdentifiers
- One or more DB cluster identifiers.DeregisterDbProxyTargetsRequest.Builder dbClusterIdentifiers(String... dbClusterIdentifiers)
One or more DB cluster identifiers.
dbClusterIdentifiers
- One or more DB cluster identifiers.DeregisterDbProxyTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeregisterDbProxyTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.