public static interface ListServiceVersionsRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<ListServiceVersionsRequest.Builder,ListServiceVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServiceVersionsRequest.Builder |
dependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the requested service.
|
ListServiceVersionsRequest.Builder |
dependentServices(Consumer<DependentService.Builder>... dependentServices)
A list of names and versions of dependant services of the requested service.
|
ListServiceVersionsRequest.Builder |
dependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the requested service.
|
ListServiceVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of
ListServiceVersions objects to return. |
ListServiceVersionsRequest.Builder |
nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for the next list of returned
ListServiceVersionsRequest versions. |
ListServiceVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServiceVersionsRequest.Builder |
serviceName(ServiceName serviceName)
The name of the service for which you're requesting supported versions.
|
ListServiceVersionsRequest.Builder |
serviceName(String serviceName)
The name of the service for which you're requesting supported versions.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceVersionsRequest.Builder serviceName(String serviceName)
The name of the service for which you're requesting supported versions.
serviceName - The name of the service for which you're requesting supported versions.ServiceName,
ServiceNameListServiceVersionsRequest.Builder serviceName(ServiceName serviceName)
The name of the service for which you're requesting supported versions.
serviceName - The name of the service for which you're requesting supported versions.ServiceName,
ServiceNameListServiceVersionsRequest.Builder dependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the requested service.
dependentServices - A list of names and versions of dependant services of the requested service.ListServiceVersionsRequest.Builder dependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the requested service.
dependentServices - A list of names and versions of dependant services of the requested service.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.Builder avoiding the need to create
one manually via DependentService.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #dependentServices(List.
dependentServices - a consumer that will call methods on
DependentService.Builder#dependentServices(java.util.Collection) ListServiceVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of ListServiceVersions objects to return.
maxResults - The maximum number of ListServiceVersions objects to return.ListServiceVersionsRequest.Builder nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for the next list of returned
ListServiceVersionsRequest versions.
nextToken - Because HTTP requests are stateless, this is the starting point for the next list of returned
ListServiceVersionsRequest versions.ListServiceVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServiceVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.