Interface ListTargetGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTargetGroupsRequest.Builder,ListTargetGroupsRequest>,SdkBuilder<ListTargetGroupsRequest.Builder,ListTargetGroupsRequest>,SdkPojo,SdkRequest.Builder,VpcLatticeRequest.Builder
- Enclosing class:
- ListTargetGroupsRequest
public static interface ListTargetGroupsRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListTargetGroupsRequest.Builder,ListTargetGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTargetGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListTargetGroupsRequest.BuildernextToken(String nextToken)A pagination token for the next page of results.ListTargetGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTargetGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTargetGroupsRequest.BuildertargetGroupType(String targetGroupType)The target group type.ListTargetGroupsRequest.BuildertargetGroupType(TargetGroupType targetGroupType)The target group type.ListTargetGroupsRequest.BuildervpcIdentifier(String vpcIdentifier)The ID or Amazon Resource Name (ARN) of the service.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListTargetGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTargetGroupsRequest.Builder nextToken(String nextToken)
A pagination token for the next page of results.
- Parameters:
nextToken- A pagination token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetGroupType
ListTargetGroupsRequest.Builder targetGroupType(String targetGroupType)
The target group type.
- Parameters:
targetGroupType- The target group type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetGroupType,TargetGroupType
-
targetGroupType
ListTargetGroupsRequest.Builder targetGroupType(TargetGroupType targetGroupType)
The target group type.
- Parameters:
targetGroupType- The target group type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetGroupType,TargetGroupType
-
vpcIdentifier
ListTargetGroupsRequest.Builder vpcIdentifier(String vpcIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
- Parameters:
vpcIdentifier- The ID or Amazon Resource Name (ARN) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTargetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTargetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-