public static interface GetTargetGroupResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetTargetGroupResponse.Builder,GetTargetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTargetGroupResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
default GetTargetGroupResponse.Builder |
config(Consumer<TargetGroupConfig.Builder> config)
The target group configuration.
|
GetTargetGroupResponse.Builder |
config(TargetGroupConfig config)
The target group configuration.
|
GetTargetGroupResponse.Builder |
createdAt(Instant createdAt)
The date and time that the target group was created, specified in ISO-8601 format.
|
GetTargetGroupResponse.Builder |
failureCode(String failureCode)
The failure code.
|
GetTargetGroupResponse.Builder |
failureMessage(String failureMessage)
The failure message.
|
GetTargetGroupResponse.Builder |
id(String id)
The ID of the target group.
|
GetTargetGroupResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the target group was last updated, specified in ISO-8601 format.
|
GetTargetGroupResponse.Builder |
name(String name)
The name of the target group.
|
GetTargetGroupResponse.Builder |
serviceArns(Collection<String> serviceArns)
The Amazon Resource Names (ARNs) of the service.
|
GetTargetGroupResponse.Builder |
serviceArns(String... serviceArns)
The Amazon Resource Names (ARNs) of the service.
|
GetTargetGroupResponse.Builder |
status(String status)
The status.
|
GetTargetGroupResponse.Builder |
status(TargetGroupStatus status)
The status.
|
GetTargetGroupResponse.Builder |
type(String type)
The target group type.
|
GetTargetGroupResponse.Builder |
type(TargetGroupType type)
The target group type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTargetGroupResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the target group.
arn - The Amazon Resource Name (ARN) of the target group.GetTargetGroupResponse.Builder config(TargetGroupConfig config)
The target group configuration.
config - The target group configuration.default GetTargetGroupResponse.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)GetTargetGroupResponse.Builder createdAt(Instant createdAt)
The date and time that the target group was created, specified in ISO-8601 format.
createdAt - The date and time that the target group was created, specified in ISO-8601 format.GetTargetGroupResponse.Builder failureCode(String failureCode)
The failure code.
failureCode - The failure code.GetTargetGroupResponse.Builder failureMessage(String failureMessage)
The failure message.
failureMessage - The failure message.GetTargetGroupResponse.Builder id(String id)
The ID of the target group.
id - The ID of the target group.GetTargetGroupResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the target group was last updated, specified in ISO-8601 format.
lastUpdatedAt - The date and time that the target group was last updated, specified in ISO-8601 format.GetTargetGroupResponse.Builder name(String name)
The name of the target group.
name - The name of the target group.GetTargetGroupResponse.Builder serviceArns(Collection<String> serviceArns)
The Amazon Resource Names (ARNs) of the service.
serviceArns - The Amazon Resource Names (ARNs) of the service.GetTargetGroupResponse.Builder serviceArns(String... serviceArns)
The Amazon Resource Names (ARNs) of the service.
serviceArns - The Amazon Resource Names (ARNs) of the service.GetTargetGroupResponse.Builder status(String status)
The status.
status - The status.TargetGroupStatus,
TargetGroupStatusGetTargetGroupResponse.Builder status(TargetGroupStatus status)
The status.
status - The status.TargetGroupStatus,
TargetGroupStatusGetTargetGroupResponse.Builder type(String type)
The target group type.
type - The target group type.TargetGroupType,
TargetGroupTypeGetTargetGroupResponse.Builder type(TargetGroupType type)
The target group type.
type - The target group type.TargetGroupType,
TargetGroupTypeCopyright © 2023. All rights reserved.