Interface ListServiceNetworkServiceAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServiceNetworkServiceAssociationsRequest.Builder,ListServiceNetworkServiceAssociationsRequest>,SdkBuilder<ListServiceNetworkServiceAssociationsRequest.Builder,ListServiceNetworkServiceAssociationsRequest>,SdkPojo,SdkRequest.Builder,VpcLatticeRequest.Builder
- Enclosing class:
- ListServiceNetworkServiceAssociationsRequest
public static interface ListServiceNetworkServiceAssociationsRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListServiceNetworkServiceAssociationsRequest.Builder,ListServiceNetworkServiceAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServiceNetworkServiceAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListServiceNetworkServiceAssociationsRequest.BuildernextToken(String nextToken)A pagination token for the next page of results.ListServiceNetworkServiceAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceNetworkServiceAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServiceNetworkServiceAssociationsRequest.BuilderserviceIdentifier(String serviceIdentifier)The ID or Amazon Resource Name (ARN) of the service.ListServiceNetworkServiceAssociationsRequest.BuilderserviceNetworkIdentifier(String serviceNetworkIdentifier)The ID or Amazon Resource Name (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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListServiceNetworkServiceAssociationsRequest.Builder maxResults(Integer 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
ListServiceNetworkServiceAssociationsRequest.Builder nextToken(String 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
ListServiceNetworkServiceAssociationsRequest.Builder serviceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
- Parameters:
serviceIdentifier- The ID or Amazon Resource Name (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 Amazon Resource Name (ARN) of the service network.
- Parameters:
serviceNetworkIdentifier- The ID or Amazon Resource Name (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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListServiceNetworkServiceAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-