public static interface CreateTargetGroupResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateTargetGroupResponse.Builder,CreateTargetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateTargetGroupResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
default CreateTargetGroupResponse.Builder |
config(Consumer<TargetGroupConfig.Builder> config)
The target group configuration.
|
CreateTargetGroupResponse.Builder |
config(TargetGroupConfig config)
The target group configuration.
|
CreateTargetGroupResponse.Builder |
id(String id)
The ID of the target group.
|
CreateTargetGroupResponse.Builder |
name(String name)
The name of the target group.
|
CreateTargetGroupResponse.Builder |
status(String status)
The operation's status.
|
CreateTargetGroupResponse.Builder |
status(TargetGroupStatus status)
The operation's status.
|
CreateTargetGroupResponse.Builder |
type(String type)
The type of target group.
|
CreateTargetGroupResponse.Builder |
type(TargetGroupType type)
The type of target group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTargetGroupResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the target group.
arn - The Amazon Resource Name (ARN) of the target group.CreateTargetGroupResponse.Builder config(TargetGroupConfig config)
The target group configuration. If type is set to LAMBDA, this parameter doesn't
apply.
config - The target group configuration. If type is set to LAMBDA, this parameter
doesn't apply.default CreateTargetGroupResponse.Builder config(Consumer<TargetGroupConfig.Builder> config)
The target group configuration. If type is set to LAMBDA, this parameter doesn't
apply.
TargetGroupConfig.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)CreateTargetGroupResponse.Builder id(String id)
The ID of the target group.
id - The ID of the target group.CreateTargetGroupResponse.Builder name(String name)
The name of the target group.
name - The name of the target group.CreateTargetGroupResponse.Builder status(String status)
The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if
you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
status - The operation's status. You can retry the operation if the status is CREATE_FAILED.
However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in
the status.TargetGroupStatus,
TargetGroupStatusCreateTargetGroupResponse.Builder status(TargetGroupStatus status)
The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if
you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
status - The operation's status. You can retry the operation if the status is CREATE_FAILED.
However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in
the status.TargetGroupStatus,
TargetGroupStatusCreateTargetGroupResponse.Builder type(String type)
The type of target group.
type - The type of target group.TargetGroupType,
TargetGroupTypeCreateTargetGroupResponse.Builder type(TargetGroupType type)
The type of target group.
type - The type of target group.TargetGroupType,
TargetGroupTypeCopyright © 2023. All rights reserved.