Interface ListServiceNetworkVpcEndpointAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListServiceNetworkVpcEndpointAssociationsRequest.Builder,
,ListServiceNetworkVpcEndpointAssociationsRequest> SdkBuilder<ListServiceNetworkVpcEndpointAssociationsRequest.Builder,
,ListServiceNetworkVpcEndpointAssociationsRequest> SdkPojo
,SdkRequest.Builder
,VpcLatticeRequest.Builder
- Enclosing class:
ListServiceNetworkVpcEndpointAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListServiceNetworkVpcEndpointAssociationsRequest.Builder
extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListServiceNetworkVpcEndpointAssociationsRequest.Builder,ListServiceNetworkVpcEndpointAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum page size.If there are additional results, 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.serviceNetworkIdentifier
(String serviceNetworkIdentifier) The ID of the service network associated with the VPC endpoint.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 page size.
- Parameters:
maxResults
- The maximum page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If there are additional results, a pagination token for the next page of results.
- Parameters:
nextToken
- If there are additional results, a pagination token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkIdentifier
ListServiceNetworkVpcEndpointAssociationsRequest.Builder serviceNetworkIdentifier(String serviceNetworkIdentifier) The ID of the service network associated with the VPC endpoint.
- Parameters:
serviceNetworkIdentifier
- The ID of the service network associated with the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServiceNetworkVpcEndpointAssociationsRequest.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
ListServiceNetworkVpcEndpointAssociationsRequest.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.
-