public static interface CreateEndpointResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<CreateEndpointResponse.Builder,CreateEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResponse.Builder |
endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being created.
|
CreateEndpointResponse.Builder |
modelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEndpointResponse.Builder endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being created.
endpointArn - The Amazon Resource Number (ARN) of the endpoint being created.CreateEndpointResponse.Builder modelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
modelArn - The Amazon Resource Number (ARN) of the model to which the endpoint is attached.Copyright © 2023. All rights reserved.