Interface ListServiceNetworkServiceAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListServiceNetworkServiceAssociationsRequest.Builder,
,ListServiceNetworkServiceAssociationsRequest> SdkBuilder<ListServiceNetworkServiceAssociationsRequest.Builder,
,ListServiceNetworkServiceAssociationsRequest> SdkPojo
,SdkRequest.Builder
,VpcLatticeRequest.Builder
- Enclosing class:
ListServiceNetworkServiceAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListServiceNetworkServiceAssociationsRequest.Builder
extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListServiceNetworkServiceAssociationsRequest.Builder,ListServiceNetworkServiceAssociationsRequest>
-
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.serviceIdentifier
(String serviceIdentifier) The ID or ARN of the service.serviceNetworkIdentifier
(String serviceNetworkIdentifier) The ID or ARN of the service network.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.
-
serviceIdentifier
The ID or ARN of the service.
- Parameters:
serviceIdentifier
- The ID or ARN of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkIdentifier
ListServiceNetworkServiceAssociationsRequest.Builder serviceNetworkIdentifier(String serviceNetworkIdentifier) The ID or ARN of the service network.
- Parameters:
serviceNetworkIdentifier
- The ID or ARN of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServiceNetworkServiceAssociationsRequest.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
ListServiceNetworkServiceAssociationsRequest.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.
-