Interface DescribeVpcClassicLinkDnsSupportRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeVpcClassicLinkDnsSupportRequest.Builder,,DescribeVpcClassicLinkDnsSupportRequest> Ec2Request.Builder,SdkBuilder<DescribeVpcClassicLinkDnsSupportRequest.Builder,,DescribeVpcClassicLinkDnsSupportRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeVpcClassicLinkDnsSupportRequest
@Mutable
@NotThreadSafe
public static interface DescribeVpcClassicLinkDnsSupportRequest.Builder
extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeVpcClassicLinkDnsSupportRequest.Builder,DescribeVpcClassicLinkDnsSupportRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The IDs of the VPCs.vpcIds(Collection<String> vpcIds) The IDs of the VPCs.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcIds
The IDs of the VPCs.
- Parameters:
vpcIds- The IDs of the VPCs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcIds
The IDs of the VPCs.
- Parameters:
vpcIds- The IDs of the VPCs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
- Parameters:
maxResults- The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
- Parameters:
nextToken- The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeVpcClassicLinkDnsSupportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeVpcClassicLinkDnsSupportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-