CopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>, SdkBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>public static interface PutTargetsResultEntry.Builder extends CopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>
| Modifier and Type | Method | Description |
|---|---|---|
PutTargetsResultEntry.Builder |
errorCode(String errorCode) |
The error code that indicates why the target addition failed.
|
PutTargetsResultEntry.Builder |
errorMessage(String errorMessage) |
The error message that explains why the target addition failed.
|
PutTargetsResultEntry.Builder |
targetId(String targetId) |
The ID of the target.
|
copyapply, buildPutTargetsResultEntry.Builder targetId(String targetId)
The ID of the target.
targetId - The ID of the target.PutTargetsResultEntry.Builder errorCode(String errorCode)
The error code that indicates why the target addition failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.
errorCode - The error code that indicates why the target addition failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.PutTargetsResultEntry.Builder errorMessage(String errorMessage)
The error message that explains why the target addition failed.
errorMessage - The error message that explains why the target addition failed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.