Interface DeleteTargetGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteTargetGroupResponse.Builder,
,DeleteTargetGroupResponse> SdkBuilder<DeleteTargetGroupResponse.Builder,
,DeleteTargetGroupResponse> SdkPojo
,SdkResponse.Builder
,VpcLatticeResponse.Builder
- Enclosing class:
DeleteTargetGroupResponse
@Mutable
@NotThreadSafe
public static interface DeleteTargetGroupResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteTargetGroupResponse.Builder,DeleteTargetGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the target group.The ID of the target group.The status.status
(TargetGroupStatus status) The status.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the target group.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the target group.
- Parameters:
id
- The ID of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status. You can retry the operation if the status is
DELETE_FAILED
. However, if you retry it while the status isDELETE_IN_PROGRESS
, the status doesn't change.- Parameters:
status
- The status. You can retry the operation if the status isDELETE_FAILED
. However, if you retry it while the status isDELETE_IN_PROGRESS
, the status doesn't change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status. You can retry the operation if the status is
DELETE_FAILED
. However, if you retry it while the status isDELETE_IN_PROGRESS
, the status doesn't change.- Parameters:
status
- The status. You can retry the operation if the status isDELETE_FAILED
. However, if you retry it while the status isDELETE_IN_PROGRESS
, the status doesn't change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-