public static interface CreateEndpointResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<CreateEndpointResponse.Builder,CreateEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateEndpointResponse.Builder |
endpoint(Consumer<Endpoint.Builder> endpoint)
The endpoint that was created.
|
CreateEndpointResponse.Builder |
endpoint(Endpoint endpoint)
The endpoint that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEndpointResponse.Builder endpoint(Endpoint endpoint)
The endpoint that was created.
endpoint - The endpoint that was created.default CreateEndpointResponse.Builder endpoint(Consumer<Endpoint.Builder> endpoint)
The endpoint that was created.
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 endpoint(Endpoint).
endpoint - a consumer that will call methods on Endpoint.Builderendpoint(Endpoint)Copyright © 2023. All rights reserved.