public static interface DeleteTargetGroupResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteTargetGroupResponse.Builder,DeleteTargetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteTargetGroupResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
DeleteTargetGroupResponse.Builder |
id(String id)
The ID of the target group.
|
DeleteTargetGroupResponse.Builder |
status(String status)
The status.
|
DeleteTargetGroupResponse.Builder |
status(TargetGroupStatus status)
The status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTargetGroupResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the target group.
arn - The Amazon Resource Name (ARN) of the target group.DeleteTargetGroupResponse.Builder id(String id)
The ID of the target group.
id - The ID of the target group.DeleteTargetGroupResponse.Builder status(String status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, the status doesn't change.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you
retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.TargetGroupStatus,
TargetGroupStatusDeleteTargetGroupResponse.Builder status(TargetGroupStatus status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, the status doesn't change.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you
retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.TargetGroupStatus,
TargetGroupStatusCopyright © 2023. All rights reserved.