public static interface ListServiceVersionsResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<ListServiceVersionsResponse.Builder,ListServiceVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceVersionsResponse.Builder |
dependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported
versions.
|
ListServiceVersionsResponse.Builder |
dependentServices(Consumer<DependentService.Builder>... dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported
versions.
|
ListServiceVersionsResponse.Builder |
dependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported
versions.
|
ListServiceVersionsResponse.Builder |
nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point of the next list of returned
ListServiceVersionsResult results. |
ListServiceVersionsResponse.Builder |
serviceName(ServiceName serviceName)
The name of the service for which the system provided supported versions.
|
ListServiceVersionsResponse.Builder |
serviceName(String serviceName)
The name of the service for which the system provided supported versions.
|
ListServiceVersionsResponse.Builder |
serviceVersions(Collection<ServiceVersion> serviceVersions)
A list of supported versions.
|
ListServiceVersionsResponse.Builder |
serviceVersions(Consumer<ServiceVersion.Builder>... serviceVersions)
A list of supported versions.
|
ListServiceVersionsResponse.Builder |
serviceVersions(ServiceVersion... serviceVersions)
A list of supported versions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceVersionsResponse.Builder serviceVersions(Collection<ServiceVersion> serviceVersions)
A list of supported versions.
serviceVersions - A list of supported versions.ListServiceVersionsResponse.Builder serviceVersions(ServiceVersion... serviceVersions)
A list of supported versions.
serviceVersions - A list of supported versions.ListServiceVersionsResponse.Builder serviceVersions(Consumer<ServiceVersion.Builder>... serviceVersions)
A list of supported versions.
This is a convenience method that creates an instance of theServiceVersion.Builder avoiding the need to create one
manually via ServiceVersion.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #serviceVersions(List.
serviceVersions - a consumer that will call methods on
ServiceVersion.Builder#serviceVersions(java.util.Collection) ListServiceVersionsResponse.Builder serviceName(String serviceName)
The name of the service for which the system provided supported versions.
serviceName - The name of the service for which the system provided supported versions.ServiceName,
ServiceNameListServiceVersionsResponse.Builder serviceName(ServiceName serviceName)
The name of the service for which the system provided supported versions.
serviceName - The name of the service for which the system provided supported versions.ServiceName,
ServiceNameListServiceVersionsResponse.Builder dependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported versions.
dependentServices - A list of names and versions of dependant services of the service for which the system provided
supported versions.ListServiceVersionsResponse.Builder dependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported versions.
dependentServices - A list of names and versions of dependant services of the service for which the system provided
supported versions.ListServiceVersionsResponse.Builder dependentServices(Consumer<DependentService.Builder>... dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported versions.
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) ListServiceVersionsResponse.Builder nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point of the next list of returned
ListServiceVersionsResult results.
nextToken - Because HTTP requests are stateless, this is the starting point of the next list of returned
ListServiceVersionsResult results.Copyright © 2023. All rights reserved.