public static interface UpdateTargetGroupResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateTargetGroupResponse.Builder,UpdateTargetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateTargetGroupResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
default UpdateTargetGroupResponse.Builder |
config(Consumer<TargetGroupConfig.Builder> config)
The target group configuration.
|
UpdateTargetGroupResponse.Builder |
config(TargetGroupConfig config)
The target group configuration.
|
UpdateTargetGroupResponse.Builder |
id(String id)
The ID of the target group.
|
UpdateTargetGroupResponse.Builder |
name(String name)
The name of the target group.
|
UpdateTargetGroupResponse.Builder |
status(String status)
The status.
|
UpdateTargetGroupResponse.Builder |
status(TargetGroupStatus status)
The status.
|
UpdateTargetGroupResponse.Builder |
type(String type)
The target group type.
|
UpdateTargetGroupResponse.Builder |
type(TargetGroupType type)
The target group type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTargetGroupResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the target group.
arn - The Amazon Resource Name (ARN) of the target group.UpdateTargetGroupResponse.Builder config(TargetGroupConfig config)
The target group configuration.
config - The target group configuration.default UpdateTargetGroupResponse.Builder config(Consumer<TargetGroupConfig.Builder> config)
The target group configuration.
This is a convenience method that creates an instance of theTargetGroupConfig.Builder avoiding the
need to create one manually via TargetGroupConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to config(TargetGroupConfig).
config - a consumer that will call methods on TargetGroupConfig.Builderconfig(TargetGroupConfig)UpdateTargetGroupResponse.Builder id(String id)
The ID of the target group.
id - The ID of the target group.UpdateTargetGroupResponse.Builder name(String name)
The name of the target group.
name - The name of the target group.UpdateTargetGroupResponse.Builder status(String status)
The status.
status - The status.TargetGroupStatus,
TargetGroupStatusUpdateTargetGroupResponse.Builder status(TargetGroupStatus status)
The status.
status - The status.TargetGroupStatus,
TargetGroupStatusUpdateTargetGroupResponse.Builder type(String type)
The target group type.
type - The target group type.TargetGroupType,
TargetGroupTypeUpdateTargetGroupResponse.Builder type(TargetGroupType type)
The target group type.
type - The target group type.TargetGroupType,
TargetGroupTypeCopyright © 2023. All rights reserved.