Interface ListTargetGroupsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTargetGroupsRequest.Builder,
,ListTargetGroupsRequest> SdkBuilder<ListTargetGroupsRequest.Builder,
,ListTargetGroupsRequest> SdkPojo
,SdkRequest.Builder
,VpcLatticeRequest.Builder
- Enclosing class:
ListTargetGroupsRequest
@Mutable
@NotThreadSafe
public static interface ListTargetGroupsRequest.Builder
extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListTargetGroupsRequest.Builder,ListTargetGroupsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to return.A pagination token for the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.targetGroupType
(String targetGroupType) The target group type.targetGroupType
(TargetGroupType targetGroupType) The target group type.vpcIdentifier
(String vpcIdentifier) The ID or ARN of the VPC.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeRequest.Builder
build
-
Method Details
-
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
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
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
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:
-
vpcIdentifier
The ID or ARN of the VPC.
- Parameters:
vpcIdentifier
- The ID or ARN of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTargetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListTargetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-