Interface RemoveTargetsResultEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RemoveTargetsResultEntry.Builder,RemoveTargetsResultEntry>,SdkBuilder<RemoveTargetsResultEntry.Builder,RemoveTargetsResultEntry>,SdkPojo
- Enclosing class:
- RemoveTargetsResultEntry
public static interface RemoveTargetsResultEntry.Builder extends SdkPojo, CopyableBuilder<RemoveTargetsResultEntry.Builder,RemoveTargetsResultEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveTargetsResultEntry.BuildererrorCode(String errorCode)The error code that indicates why the target removal failed.RemoveTargetsResultEntry.BuildererrorMessage(String errorMessage)The error message that explains why the target removal failed.RemoveTargetsResultEntry.BuildertargetId(String targetId)The ID of the target.-
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, sdkFields
-
-
-
-
Method Detail
-
targetId
RemoveTargetsResultEntry.Builder targetId(String targetId)
The ID of the target.
- Parameters:
targetId- The ID of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
RemoveTargetsResultEntry.Builder errorCode(String errorCode)
The error code that indicates why the target removal failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.- Parameters:
errorCode- The error code that indicates why the target removal failed. If the value isConcurrentModificationException, too many requests were made at the same time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
RemoveTargetsResultEntry.Builder errorMessage(String errorMessage)
The error message that explains why the target removal failed.
- Parameters:
errorMessage- The error message that explains why the target removal failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-