public static interface BatchGetDevEndpointsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetDevEndpointsResponse.Builder,BatchGetDevEndpointsResponse>
Modifier and Type | Method and Description |
---|---|
BatchGetDevEndpointsResponse.Builder |
devEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResponse.Builder |
devEndpoints(Consumer<DevEndpoint.Builder>... devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResponse.Builder |
devEndpoints(DevEndpoint... devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResponse.Builder |
devEndpointsNotFound(Collection<String> devEndpointsNotFound)
A list of
DevEndpoints not found. |
BatchGetDevEndpointsResponse.Builder |
devEndpointsNotFound(String... devEndpointsNotFound)
A list of
DevEndpoints not found. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchGetDevEndpointsResponse.Builder devEndpoints(Collection<DevEndpoint> devEndpoints)
A list of DevEndpoint
definitions.
devEndpoints
- A list of DevEndpoint
definitions.BatchGetDevEndpointsResponse.Builder devEndpoints(DevEndpoint... devEndpoints)
A list of DevEndpoint
definitions.
devEndpoints
- A list of DevEndpoint
definitions.BatchGetDevEndpointsResponse.Builder devEndpoints(Consumer<DevEndpoint.Builder>... devEndpoints)
A list of DevEndpoint
definitions.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #devEndpoints(List)
.devEndpoints
- a consumer that will call methods on List.Builder
#devEndpoints(List)
BatchGetDevEndpointsResponse.Builder devEndpointsNotFound(Collection<String> devEndpointsNotFound)
A list of DevEndpoints
not found.
devEndpointsNotFound
- A list of DevEndpoints
not found.BatchGetDevEndpointsResponse.Builder devEndpointsNotFound(String... devEndpointsNotFound)
A list of DevEndpoints
not found.
devEndpointsNotFound
- A list of DevEndpoints
not found.Copyright © 2020. All rights reserved.