Interface ClusterOperationV2Summary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>,SdkBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>,SdkPojo
- Enclosing class:
- ClusterOperationV2Summary
public static interface ClusterOperationV2Summary.Builder extends SdkPojo, CopyableBuilder<ClusterOperationV2Summary.Builder,ClusterOperationV2Summary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterOperationV2Summary.BuilderclusterArn(String clusterArn)ARN of the cluster.ClusterOperationV2Summary.BuilderclusterType(String clusterType)Type of the backend cluster.ClusterOperationV2Summary.BuilderclusterType(ClusterType clusterType)Type of the backend cluster.ClusterOperationV2Summary.BuilderendTime(Instant endTime)The time at which the operation finished.ClusterOperationV2Summary.BuilderoperationArn(String operationArn)ARN of the cluster operation.ClusterOperationV2Summary.BuilderoperationState(String operationState)State of the cluster operation.ClusterOperationV2Summary.BuilderoperationType(String operationType)Type of the cluster operation.ClusterOperationV2Summary.BuilderstartTime(Instant startTime)The time at which operation was started.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterArn
ClusterOperationV2Summary.Builder clusterArn(String clusterArn)
ARN of the cluster.
- Parameters:
clusterArn-ARN of the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterType
ClusterOperationV2Summary.Builder clusterType(String clusterType)
Type of the backend cluster.
- Parameters:
clusterType-Type of the backend cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClusterType,ClusterType
-
clusterType
ClusterOperationV2Summary.Builder clusterType(ClusterType clusterType)
Type of the backend cluster.
- Parameters:
clusterType-Type of the backend cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClusterType,ClusterType
-
startTime
ClusterOperationV2Summary.Builder startTime(Instant startTime)
The time at which operation was started.
- Parameters:
startTime-The time at which operation was started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ClusterOperationV2Summary.Builder endTime(Instant endTime)
The time at which the operation finished.
- Parameters:
endTime-The time at which the operation finished.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationArn
ClusterOperationV2Summary.Builder operationArn(String operationArn)
ARN of the cluster operation.
- Parameters:
operationArn-ARN of the cluster operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationState
ClusterOperationV2Summary.Builder operationState(String operationState)
State of the cluster operation.
- Parameters:
operationState-State of the cluster operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
ClusterOperationV2Summary.Builder operationType(String operationType)
Type of the cluster operation.
- Parameters:
operationType-Type of the cluster operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-