Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateBatchPredictionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateBatchPredictionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
batchPredictionId() |
The ID assigned to the
BatchPrediction during creation. |
String |
batchPredictionName() |
A new user-supplied name or description of the
BatchPrediction . |
static UpdateBatchPredictionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateBatchPredictionRequest.Builder> |
serializableBuilderClass() |
|
UpdateBatchPredictionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String batchPredictionId()
The ID assigned to the BatchPrediction
during creation.
BatchPrediction
during creation.public String batchPredictionName()
A new user-supplied name or description of the BatchPrediction
.
BatchPrediction
.public UpdateBatchPredictionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateBatchPredictionRequest.Builder,UpdateBatchPredictionRequest>
public static UpdateBatchPredictionRequest.Builder builder()
public static Class<? extends UpdateBatchPredictionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.