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 that creates an instance of the
List
avoiding the need to create one manually via List . |
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
endpoints
- List of endpointsDescribeEndpointsResponse.Builder endpoints(Endpoint... endpoints)
endpoints
- List of endpointsDescribeEndpointsResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints)
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 #endpoints(List)
.endpoints
- a consumer that will call methods on List.Builder
#endpoints(List)
DescribeEndpointsResponse.Builder nextToken(String nextToken)
nextToken
- Use this string to request the next batch of endpoints.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.