public static interface ResizeClusterRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ResizeClusterRequest.Builder,ResizeClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
ResizeClusterRequest.Builder |
classic(Boolean classic)
A boolean value indicating whether the resize operation is using the classic resize process.
|
ResizeClusterRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The unique identifier for the cluster to resize.
|
ResizeClusterRequest.Builder |
clusterType(String clusterType)
The new cluster type for the specified cluster.
|
ResizeClusterRequest.Builder |
nodeType(String nodeType)
The new node type for the nodes you are adding.
|
ResizeClusterRequest.Builder |
numberOfNodes(Integer numberOfNodes)
The new number of nodes for the cluster.
|
ResizeClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResizeClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResizeClusterRequest.Builder |
reservedNodeId(String reservedNodeId)
The identifier of the reserved node.
|
ResizeClusterRequest.Builder |
targetReservedNodeOfferingId(String targetReservedNodeOfferingId)
The identifier of the target reserved node offering.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildResizeClusterRequest.Builder clusterIdentifier(String clusterIdentifier)
The unique identifier for the cluster to resize.
clusterIdentifier - The unique identifier for the cluster to resize.ResizeClusterRequest.Builder clusterType(String clusterType)
The new cluster type for the specified cluster.
clusterType - The new cluster type for the specified cluster.ResizeClusterRequest.Builder nodeType(String nodeType)
The new node type for the nodes you are adding. If not specified, the cluster's current node type is used.
nodeType - The new node type for the nodes you are adding. If not specified, the cluster's current node type is
used.ResizeClusterRequest.Builder numberOfNodes(Integer numberOfNodes)
The new number of nodes for the cluster. If not specified, the cluster's current number of nodes is used.
numberOfNodes - The new number of nodes for the cluster. If not specified, the cluster's current number of nodes is
used.ResizeClusterRequest.Builder classic(Boolean classic)
A boolean value indicating whether the resize operation is using the classic resize process. If you don't
provide this parameter or set the value to false, the resize type is elastic.
classic - A boolean value indicating whether the resize operation is using the classic resize process. If you
don't provide this parameter or set the value to false, the resize type is elastic.ResizeClusterRequest.Builder reservedNodeId(String reservedNodeId)
The identifier of the reserved node.
reservedNodeId - The identifier of the reserved node.ResizeClusterRequest.Builder targetReservedNodeOfferingId(String targetReservedNodeOfferingId)
The identifier of the target reserved node offering.
targetReservedNodeOfferingId - The identifier of the target reserved node offering.ResizeClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResizeClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.