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