Interface RdsPromoteReadReplicaConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RdsPromoteReadReplicaConfiguration.Builder,,RdsPromoteReadReplicaConfiguration> SdkBuilder<RdsPromoteReadReplicaConfiguration.Builder,,RdsPromoteReadReplicaConfiguration> SdkPojo
- Enclosing class:
RdsPromoteReadReplicaConfiguration
@Mutable
@NotThreadSafe
public static interface RdsPromoteReadReplicaConfiguration.Builder
extends SdkPojo, CopyableBuilder<RdsPromoteReadReplicaConfiguration.Builder,RdsPromoteReadReplicaConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncrossAccountRole(String crossAccountRole) The cross-account role for the configuration.dbInstanceArnMap(Map<String, String> dbInstanceArnMap) A map of database instance ARNs for each Region in the plan.externalId(String externalId) The external ID (secret key) for the configuration.timeoutMinutes(Integer timeoutMinutes) The timeout value specified for the configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
timeoutMinutes
The timeout value specified for the configuration.
- Parameters:
timeoutMinutes- The timeout value specified for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crossAccountRole
The cross-account role for the configuration.
- Parameters:
crossAccountRole- The cross-account role for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
The external ID (secret key) for the configuration.
- Parameters:
externalId- The external ID (secret key) for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbInstanceArnMap
A map of database instance ARNs for each Region in the plan.
- Parameters:
dbInstanceArnMap- A map of database instance ARNs for each Region in the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-