public static interface DescribeEndpointsResponse.Builder extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointsResponse.Builder,DescribeEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointsResponse.Builder |
endpoints(Collection<Endpoint> endpoints)
List of endpoints
|
DescribeEndpointsResponse.Builder |
endpoints(Consumer<Endpoint.Builder>... endpoints)
List of endpoints This is a convenience method that creates an instance of the
Endpoint.Builder avoiding the need to create one
manually via Endpoint.builder(). |
DescribeEndpointsResponse.Builder |
endpoints(Endpoint... endpoints)
List of endpoints
|
DescribeEndpointsResponse.Builder |
nextToken(String nextToken)
Use this string to request the next batch of endpoints.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
endpoints - List of endpointsDescribeEndpointsResponse.Builder endpoints(Endpoint... endpoints)
endpoints - List of endpointsDescribeEndpointsResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints)
Endpoint.Builder avoiding the need to create one
manually via Endpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #endpoints(List.
endpoints - a consumer that will call methods on
Endpoint.Builder#endpoints(java.util.Collection) DescribeEndpointsResponse.Builder nextToken(String nextToken)
nextToken - Use this string to request the next batch of endpoints.Copyright © 2023. All rights reserved.