@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDetectorVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDetectorVersionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDetectorVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The detector version description.
|
String |
getDetectorId()
The parent detector ID for the detector version you want to update.
|
String |
getDetectorVersionId()
The detector version ID.
|
List<String> |
getExternalModelEndpoints()
The Amazon SageMaker model endpoints to include in the detector version.
|
List<ModelVersion> |
getModelVersions()
The model versions to include in the detector version.
|
List<Rule> |
getRules()
The rules to include in the detector version.
|
int |
hashCode() |
void |
setDescription(String description)
The detector version description.
|
void |
setDetectorId(String detectorId)
The parent detector ID for the detector version you want to update.
|
void |
setDetectorVersionId(String detectorVersionId)
The detector version ID.
|
void |
setExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
|
void |
setModelVersions(Collection<ModelVersion> modelVersions)
The model versions to include in the detector version.
|
void |
setRules(Collection<Rule> rules)
The rules to include in the detector version.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDetectorVersionRequest |
withDescription(String description)
The detector version description.
|
UpdateDetectorVersionRequest |
withDetectorId(String detectorId)
The parent detector ID for the detector version you want to update.
|
UpdateDetectorVersionRequest |
withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
UpdateDetectorVersionRequest |
withExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
|
UpdateDetectorVersionRequest |
withExternalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
|
UpdateDetectorVersionRequest |
withModelVersions(Collection<ModelVersion> modelVersions)
The model versions to include in the detector version.
|
UpdateDetectorVersionRequest |
withModelVersions(ModelVersion... modelVersions)
The model versions to include in the detector version.
|
UpdateDetectorVersionRequest |
withRules(Collection<Rule> rules)
The rules to include in the detector version.
|
UpdateDetectorVersionRequest |
withRules(Rule... rules)
The rules to include in the detector version.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDetectorId(String detectorId)
The parent detector ID for the detector version you want to update.
detectorId
- The parent detector ID for the detector version you want to update.public String getDetectorId()
The parent detector ID for the detector version you want to update.
public UpdateDetectorVersionRequest withDetectorId(String detectorId)
The parent detector ID for the detector version you want to update.
detectorId
- The parent detector ID for the detector version you want to update.public void setDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public String getDetectorVersionId()
The detector version ID.
public UpdateDetectorVersionRequest withDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public List<String> getExternalModelEndpoints()
The Amazon SageMaker model endpoints to include in the detector version.
public void setExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
externalModelEndpoints
- The Amazon SageMaker model endpoints to include in the detector version.public UpdateDetectorVersionRequest withExternalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
NOTE: This method appends the values to the existing list (if any). Use
setExternalModelEndpoints(java.util.Collection)
or
withExternalModelEndpoints(java.util.Collection)
if you want to override the existing values.
externalModelEndpoints
- The Amazon SageMaker model endpoints to include in the detector version.public UpdateDetectorVersionRequest withExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints to include in the detector version.
externalModelEndpoints
- The Amazon SageMaker model endpoints to include in the detector version.public List<Rule> getRules()
The rules to include in the detector version.
public void setRules(Collection<Rule> rules)
The rules to include in the detector version.
rules
- The rules to include in the detector version.public UpdateDetectorVersionRequest withRules(Rule... rules)
The rules to include in the detector version.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- The rules to include in the detector version.public UpdateDetectorVersionRequest withRules(Collection<Rule> rules)
The rules to include in the detector version.
rules
- The rules to include in the detector version.public void setDescription(String description)
The detector version description.
description
- The detector version description.public String getDescription()
The detector version description.
public UpdateDetectorVersionRequest withDescription(String description)
The detector version description.
description
- The detector version description.public List<ModelVersion> getModelVersions()
The model versions to include in the detector version.
public void setModelVersions(Collection<ModelVersion> modelVersions)
The model versions to include in the detector version.
modelVersions
- The model versions to include in the detector version.public UpdateDetectorVersionRequest withModelVersions(ModelVersion... modelVersions)
The model versions to include in the detector version.
NOTE: This method appends the values to the existing list (if any). Use
setModelVersions(java.util.Collection)
or withModelVersions(java.util.Collection)
if you want
to override the existing values.
modelVersions
- The model versions to include in the detector version.public UpdateDetectorVersionRequest withModelVersions(Collection<ModelVersion> modelVersions)
The model versions to include in the detector version.
modelVersions
- The model versions to include in the detector version.public String toString()
toString
in class Object
Object.toString()
public UpdateDetectorVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.