Interface ListServiceVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServiceVersionsRequest.Builder,ListServiceVersionsRequest>,SdkBuilder<ListServiceVersionsRequest.Builder,ListServiceVersionsRequest>,SdkPojo,SdkRequest.Builder,SnowballRequest.Builder
- Enclosing class:
- ListServiceVersionsRequest
public static interface ListServiceVersionsRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<ListServiceVersionsRequest.Builder,ListServiceVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServiceVersionsRequest.BuilderdependentServices(Collection<DependentService> dependentServices)A list of names and versions of dependant services of the requested service.ListServiceVersionsRequest.BuilderdependentServices(Consumer<DependentService.Builder>... dependentServices)A list of names and versions of dependant services of the requested service.ListServiceVersionsRequest.BuilderdependentServices(DependentService... dependentServices)A list of names and versions of dependant services of the requested service.ListServiceVersionsRequest.BuildermaxResults(Integer maxResults)The maximum number ofListServiceVersionsobjects to return.ListServiceVersionsRequest.BuildernextToken(String nextToken)Because HTTP requests are stateless, this is the starting point for the next list of returnedListServiceVersionsRequestversions.ListServiceVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServiceVersionsRequest.BuilderserviceName(String serviceName)The name of the service for which you're requesting supported versions.ListServiceVersionsRequest.BuilderserviceName(ServiceName serviceName)The name of the service for which you're requesting supported versions.-
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.snowball.model.SnowballRequest.Builder
build
-
-
-
-
Method Detail
-
serviceName
ListServiceVersionsRequest.Builder serviceName(String serviceName)
The name of the service for which you're requesting supported versions.
- Parameters:
serviceName- The name of the service for which you're requesting supported versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceName,ServiceName
-
serviceName
ListServiceVersionsRequest.Builder serviceName(ServiceName serviceName)
The name of the service for which you're requesting supported versions.
- Parameters:
serviceName- The name of the service for which you're requesting supported versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceName,ServiceName
-
dependentServices
ListServiceVersionsRequest.Builder dependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the requested service.
- Parameters:
dependentServices- A list of names and versions of dependant services of the requested service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependentServices
ListServiceVersionsRequest.Builder dependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the requested service.
- Parameters:
dependentServices- A list of names and versions of dependant services of the requested service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependentServices
ListServiceVersionsRequest.Builder dependentServices(Consumer<DependentService.Builder>... dependentServices)
A list of names and versions of dependant services of the requested service.
This is a convenience method that creates an instance of theDependentService.Builderavoiding the need to create one manually viaDependentService.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dependentServices(List.) - Parameters:
dependentServices- a consumer that will call methods onDependentService.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dependentServices(java.util.Collection)
-
maxResults
ListServiceVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of
ListServiceVersionsobjects to return.- Parameters:
maxResults- The maximum number ofListServiceVersionsobjects to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListServiceVersionsRequest.Builder nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for the next list of returned
ListServiceVersionsRequestversions.- Parameters:
nextToken- Because HTTP requests are stateless, this is the starting point for the next list of returnedListServiceVersionsRequestversions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServiceVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListServiceVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-