Interface BatchAddClusterNodesError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchAddClusterNodesError.Builder,,BatchAddClusterNodesError> SdkBuilder<BatchAddClusterNodesError.Builder,,BatchAddClusterNodesError> SdkPojo
- Enclosing class:
BatchAddClusterNodesError
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZones(String... availabilityZones) The availability zones associated with the failed node addition request.availabilityZones(Collection<String> availabilityZones) The availability zones associated with the failed node addition request.The error code associated with the failure.errorCode(BatchAddClusterNodesErrorCode errorCode) The error code associated with the failure.failedCount(Integer failedCount) The number of nodes that failed to be added to the specified instance group.instanceGroupName(String instanceGroupName) The name of the instance group for which the error occurred.instanceTypes(Collection<ClusterInstanceType> instanceTypes) The instance types associated with the failed node addition request.instanceTypes(ClusterInstanceType... instanceTypes) The instance types associated with the failed node addition request.instanceTypesWithStrings(String... instanceTypes) The instance types associated with the failed node addition request.instanceTypesWithStrings(Collection<String> instanceTypes) The instance types associated with the failed node addition request.A descriptive message providing additional details about the error.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
-
instanceGroupName
The name of the instance group for which the error occurred.
- Parameters:
instanceGroupName- The name of the instance group for which the error occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code associated with the failure. Possible values include
InstanceGroupNotFoundandInvalidInstanceGroupState.- Parameters:
errorCode- The error code associated with the failure. Possible values includeInstanceGroupNotFoundandInvalidInstanceGroupState.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The error code associated with the failure. Possible values include
InstanceGroupNotFoundandInvalidInstanceGroupState.- Parameters:
errorCode- The error code associated with the failure. Possible values includeInstanceGroupNotFoundandInvalidInstanceGroupState.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failedCount
The number of nodes that failed to be added to the specified instance group.
- Parameters:
failedCount- The number of nodes that failed to be added to the specified instance group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
The availability zones associated with the failed node addition request.
- Parameters:
availabilityZones- The availability zones associated with the failed node addition request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
The availability zones associated with the failed node addition request.
- Parameters:
availabilityZones- The availability zones associated with the failed node addition request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypesWithStrings
The instance types associated with the failed node addition request.
- Parameters:
instanceTypes- The instance types associated with the failed node addition request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypesWithStrings
The instance types associated with the failed node addition request.
- Parameters:
instanceTypes- The instance types associated with the failed node addition request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
The instance types associated with the failed node addition request.
- Parameters:
instanceTypes- The instance types associated with the failed node addition request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
The instance types associated with the failed node addition request.
- Parameters:
instanceTypes- The instance types associated with the failed node addition request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A descriptive message providing additional details about the error.
- Parameters:
message- A descriptive message providing additional details about the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-