static CreateEndpointRequest.Builder |
CreateEndpointRequest.builder() |
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.clientRequestToken(String clientRequestToken) |
An idempotency token provided by the customer.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to trained custom
models encrypted with a customer managed key (ModelKmsKeyId).
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.desiredInferenceUnits(Integer desiredInferenceUnits) |
The desired number of inference units to be used by the model using this endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.endpointName(String endpointName) |
This is the descriptive suffix that becomes part of the EndpointArn used for all subsequent
requests to this resource.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.flywheelArn(String flywheelArn) |
The Amazon Resource Number (ARN) of the flywheel to which the endpoint will be attached.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.modelArn(String modelArn) |
The Amazon Resource Number (ARN) of the model to which the endpoint will be attached.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Collection<Tag> tags) |
Tags to associate with the endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to associate with the endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Tag... tags) |
Tags to associate with the endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.toBuilder() |
|