public static interface SwitchoverGlobalClusterResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<SwitchoverGlobalClusterResponse.Builder,SwitchoverGlobalClusterResponse>
| Modifier and Type | Method and Description |
|---|---|
default SwitchoverGlobalClusterResponse.Builder |
globalCluster(Consumer<GlobalCluster.Builder> globalCluster)
Sets the value of the GlobalCluster property for this object.
|
SwitchoverGlobalClusterResponse.Builder |
globalCluster(GlobalCluster globalCluster)
Sets the value of the GlobalCluster property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSwitchoverGlobalClusterResponse.Builder globalCluster(GlobalCluster globalCluster)
globalCluster - The new value for the GlobalCluster property for this object.default SwitchoverGlobalClusterResponse.Builder globalCluster(Consumer<GlobalCluster.Builder> globalCluster)
GlobalCluster.Builder avoiding the need
to create one manually via GlobalCluster.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to globalCluster(GlobalCluster).
globalCluster - a consumer that will call methods on GlobalCluster.BuilderglobalCluster(GlobalCluster)Copyright © 2023. All rights reserved.