Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetStatusRequest.Builder,SetStatusRequest>
@Generated("software.amazon.awssdk:codegen") public class SetStatusRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetStatusRequest.Builder,SetStatusRequest>
Contains the parameters for SetStatus.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetStatusRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetStatusRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
objectIds() |
The IDs of the objects.
|
String |
pipelineId() |
The ID of the pipeline that contains the objects.
|
static Class<? extends SetStatusRequest.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status to be set on all the objects specified in
objectIds . |
SetStatusRequest.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 pipelineId()
The ID of the pipeline that contains the objects.
public List<String> objectIds()
The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
public String status()
The status to be set on all the objects specified in objectIds
. For components, use
PAUSE
or RESUME
. For instances, use TRY_CANCEL
, RERUN
, or
MARK_FINISHED
.
objectIds
. For components, use
PAUSE
or RESUME
. For instances, use TRY_CANCEL
, RERUN
, or MARK_FINISHED
.public SetStatusRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetStatusRequest.Builder,SetStatusRequest>
public static SetStatusRequest.Builder builder()
public static Class<? extends SetStatusRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.