public static interface PutExternalModelRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<PutExternalModelRequest.Builder,PutExternalModelRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutExternalModelRequest.Builder modelEndpoint(String modelEndpoint)
The model endpoints name.
modelEndpoint - The model endpoints name.PutExternalModelRequest.Builder modelSource(String modelSource)
The source of the model.
modelSource - The source of the model.ModelSource,
ModelSourcePutExternalModelRequest.Builder modelSource(ModelSource modelSource)
The source of the model.
modelSource - The source of the model.ModelSource,
ModelSourcePutExternalModelRequest.Builder invokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The IAM role used to invoke the model endpoint.
invokeModelEndpointRoleArn - The IAM role used to invoke the model endpoint.PutExternalModelRequest.Builder inputConfiguration(ModelInputConfiguration inputConfiguration)
The model endpoint input configuration.
inputConfiguration - The model endpoint input configuration.default PutExternalModelRequest.Builder inputConfiguration(Consumer<ModelInputConfiguration.Builder> inputConfiguration)
The model endpoint input configuration.
This is a convenience that creates an instance of theModelInputConfiguration.Builder avoiding the
need to create one manually via ModelInputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to inputConfiguration(ModelInputConfiguration).inputConfiguration - a consumer that will call methods on ModelInputConfiguration.BuilderinputConfiguration(ModelInputConfiguration)PutExternalModelRequest.Builder outputConfiguration(ModelOutputConfiguration outputConfiguration)
The model endpoint output configuration.
outputConfiguration - The model endpoint output configuration.default PutExternalModelRequest.Builder outputConfiguration(Consumer<ModelOutputConfiguration.Builder> outputConfiguration)
The model endpoint output configuration.
This is a convenience that creates an instance of theModelOutputConfiguration.Builder avoiding the
need to create one manually via ModelOutputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to outputConfiguration(ModelOutputConfiguration).outputConfiguration - a consumer that will call methods on ModelOutputConfiguration.BuilderoutputConfiguration(ModelOutputConfiguration)PutExternalModelRequest.Builder modelEndpointStatus(String modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
modelEndpointStatus - The model endpoint’s status in Amazon Fraud Detector.ModelEndpointStatus,
ModelEndpointStatusPutExternalModelRequest.Builder modelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
modelEndpointStatus - The model endpoint’s status in Amazon Fraud Detector.ModelEndpointStatus,
ModelEndpointStatusPutExternalModelRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.PutExternalModelRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.PutExternalModelRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
This is a convenience that creates an instance of theList.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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) PutExternalModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutExternalModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.