Interface ListResourceEndpointAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResourceEndpointAssociationsRequest.Builder,,ListResourceEndpointAssociationsRequest> SdkBuilder<ListResourceEndpointAssociationsRequest.Builder,,ListResourceEndpointAssociationsRequest> SdkPojo,SdkRequest.Builder,VpcLatticeRequest.Builder
- Enclosing class:
ListResourceEndpointAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListResourceEndpointAssociationsRequest.Builder
extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListResourceEndpointAssociationsRequest.Builder,ListResourceEndpointAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum page size.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.resourceConfigurationIdentifier(String resourceConfigurationIdentifier) The ID for the resource configuration associated with the VPC endpoint.resourceEndpointAssociationIdentifier(String resourceEndpointAssociationIdentifier) The ID of the association.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint in the association.vpcEndpointOwner(String vpcEndpointOwner) The owner of the VPC endpoint in the association.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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeRequest.Builder
build
-
Method Details
-
resourceConfigurationIdentifier
ListResourceEndpointAssociationsRequest.Builder resourceConfigurationIdentifier(String resourceConfigurationIdentifier) The ID for the resource configuration associated with the VPC endpoint.
- Parameters:
resourceConfigurationIdentifier- The ID for the resource configuration associated with the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceEndpointAssociationIdentifier
ListResourceEndpointAssociationsRequest.Builder resourceEndpointAssociationIdentifier(String resourceEndpointAssociationIdentifier) The ID of the association.
- Parameters:
resourceEndpointAssociationIdentifier- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
The ID of the VPC endpoint in the association.
- Parameters:
vpcEndpointId- The ID of the VPC endpoint in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointOwner
The owner of the VPC endpoint in the association.
- Parameters:
vpcEndpointOwner- The owner of the VPC endpoint in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.
-
overrideConfiguration
ListResourceEndpointAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListResourceEndpointAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-