public static interface ClusterOperationV2Provisioned.Builder extends SdkPojo, CopyableBuilder<ClusterOperationV2Provisioned.Builder,ClusterOperationV2Provisioned>
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationV2Provisioned.Builder |
operationSteps(ClusterOperationStep... operationSteps)
Steps completed during the operation.
|
ClusterOperationV2Provisioned.Builder |
operationSteps(Collection<ClusterOperationStep> operationSteps)
Steps completed during the operation.
|
ClusterOperationV2Provisioned.Builder |
operationSteps(Consumer<ClusterOperationStep.Builder>... operationSteps)
Steps completed during the operation.
|
default ClusterOperationV2Provisioned.Builder |
sourceClusterInfo(Consumer<MutableClusterInfo.Builder> sourceClusterInfo)
Information about cluster attributes before a cluster is updated.
|
ClusterOperationV2Provisioned.Builder |
sourceClusterInfo(MutableClusterInfo sourceClusterInfo)
Information about cluster attributes before a cluster is updated.
|
default ClusterOperationV2Provisioned.Builder |
targetClusterInfo(Consumer<MutableClusterInfo.Builder> targetClusterInfo)
Information about cluster attributes after a cluster is updated.
|
ClusterOperationV2Provisioned.Builder |
targetClusterInfo(MutableClusterInfo targetClusterInfo)
Information about cluster attributes after a cluster is updated.
|
default ClusterOperationV2Provisioned.Builder |
vpcConnectionInfo(Consumer<VpcConnectionInfo.Builder> vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
ClusterOperationV2Provisioned.Builder |
vpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterOperationV2Provisioned.Builder operationSteps(Collection<ClusterOperationStep> operationSteps)
Steps completed during the operation.
operationSteps - Steps completed during the operation.
ClusterOperationV2Provisioned.Builder operationSteps(ClusterOperationStep... operationSteps)
Steps completed during the operation.
operationSteps - Steps completed during the operation.
ClusterOperationV2Provisioned.Builder operationSteps(Consumer<ClusterOperationStep.Builder>... operationSteps)
Steps completed during the operation.
This is a convenience method that creates an instance of theClusterOperationStep.Builder avoiding the need to create
one manually via ClusterOperationStep.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #operationSteps(List.
operationSteps - a consumer that will call methods on
ClusterOperationStep.Builder#operationSteps(java.util.Collection) ClusterOperationV2Provisioned.Builder sourceClusterInfo(MutableClusterInfo sourceClusterInfo)
Information about cluster attributes before a cluster is updated.
sourceClusterInfo - Information about cluster attributes before a cluster is updated.
default ClusterOperationV2Provisioned.Builder sourceClusterInfo(Consumer<MutableClusterInfo.Builder> sourceClusterInfo)
Information about cluster attributes before a cluster is updated.
This is a convenience method that creates an instance of theMutableClusterInfo.Builder avoiding the
need to create one manually via MutableClusterInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceClusterInfo(MutableClusterInfo).
sourceClusterInfo - a consumer that will call methods on MutableClusterInfo.BuildersourceClusterInfo(MutableClusterInfo)ClusterOperationV2Provisioned.Builder targetClusterInfo(MutableClusterInfo targetClusterInfo)
Information about cluster attributes after a cluster is updated.
targetClusterInfo - Information about cluster attributes after a cluster is updated.
default ClusterOperationV2Provisioned.Builder targetClusterInfo(Consumer<MutableClusterInfo.Builder> targetClusterInfo)
Information about cluster attributes after a cluster is updated.
This is a convenience method that creates an instance of theMutableClusterInfo.Builder avoiding the
need to create one manually via MutableClusterInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to targetClusterInfo(MutableClusterInfo).
targetClusterInfo - a consumer that will call methods on MutableClusterInfo.BuildertargetClusterInfo(MutableClusterInfo)ClusterOperationV2Provisioned.Builder vpcConnectionInfo(VpcConnectionInfo vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
vpcConnectionInfo - Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
default ClusterOperationV2Provisioned.Builder vpcConnectionInfo(Consumer<VpcConnectionInfo.Builder> vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
This is a convenience method that creates an instance of theVpcConnectionInfo.Builder avoiding the
need to create one manually via VpcConnectionInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcConnectionInfo(VpcConnectionInfo).
vpcConnectionInfo - a consumer that will call methods on VpcConnectionInfo.BuildervpcConnectionInfo(VpcConnectionInfo)Copyright © 2023. All rights reserved.