public static interface DescribeEndpointsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointsResponse.Builder,DescribeEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointsResponse.Builder |
endpoints(Collection<Endpoint> endpoints)
Endpoint description.
|
DescribeEndpointsResponse.Builder |
endpoints(Consumer<Endpoint.Builder>... endpoints)
Endpoint description.
|
DescribeEndpointsResponse.Builder |
endpoints(Endpoint... endpoints)
Endpoint description.
|
DescribeEndpointsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
marker - An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
Endpoint description.
endpoints - Endpoint description.DescribeEndpointsResponse.Builder endpoints(Endpoint... endpoints)
Endpoint description.
endpoints - Endpoint description.DescribeEndpointsResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints)
Endpoint description.
This is a convenience method that creates an instance of theEndpoint.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) Copyright © 2023. All rights reserved.