public static interface DescribeEndpointsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointsResponse.Builder,DescribeEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointsResponse.Builder |
endpoints(Collection<Endpoint> endpoints)
Sets the value of the Endpoints property for this object.
|
DescribeEndpointsResponse.Builder |
endpoints(Consumer<Endpoint.Builder>... endpoints)
Sets the value of the Endpoints property for this object.
|
DescribeEndpointsResponse.Builder |
endpoints(Endpoint... endpoints)
Sets the value of the Endpoints property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
endpoints - The new value for the Endpoints property for this object.DescribeEndpointsResponse.Builder endpoints(Endpoint... endpoints)
endpoints - The new value for the Endpoints property for this object.DescribeEndpointsResponse.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) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.