public static interface ListTargetGroupsRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListTargetGroupsRequest.Builder,ListTargetGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTargetGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListTargetGroupsRequest.Builder |
nextToken(String nextToken)
A pagination token for the next page of results.
|
ListTargetGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTargetGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTargetGroupsRequest.Builder |
targetGroupType(String targetGroupType)
The target group type.
|
ListTargetGroupsRequest.Builder |
targetGroupType(TargetGroupType targetGroupType)
The target group type.
|
ListTargetGroupsRequest.Builder |
vpcIdentifier(String vpcIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListTargetGroupsRequest.Builder nextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.ListTargetGroupsRequest.Builder targetGroupType(String targetGroupType)
The target group type.
targetGroupType - The target group type.TargetGroupType,
TargetGroupTypeListTargetGroupsRequest.Builder targetGroupType(TargetGroupType targetGroupType)
The target group type.
targetGroupType - The target group type.TargetGroupType,
TargetGroupTypeListTargetGroupsRequest.Builder vpcIdentifier(String vpcIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
vpcIdentifier - The ID or Amazon Resource Name (ARN) of the service.ListTargetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTargetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.