Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDeploymentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateDeploymentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
appId() |
The app ID.
|
static CreateDeploymentRequest.Builder |
builder() |
|
DeploymentCommand |
command() |
A
DeploymentCommand object that specifies the deployment command and any associated arguments. |
String |
comment() |
A user-defined comment.
|
String |
customJson() |
A string that contains user-defined, custom JSON.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
instanceIds() |
The instance IDs for the deployment targets.
|
List<String> |
layerIds() |
The layer IDs for the deployment targets.
|
static Class<? extends CreateDeploymentRequest.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
The stack ID.
|
CreateDeploymentRequest.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 stackId()
The stack ID.
public String appId()
The app ID. This parameter is required for app deployments, but not for other deployment commands.
public List<String> instanceIds()
The instance IDs for the deployment targets.
public List<String> layerIds()
The layer IDs for the deployment targets.
public DeploymentCommand command()
A DeploymentCommand
object that specifies the deployment command and any associated arguments.
DeploymentCommand
object that specifies the deployment command and any associated
arguments.public String comment()
A user-defined comment.
public String customJson()
A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values. The string should be in the following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
public CreateDeploymentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
public static CreateDeploymentRequest.Builder builder()
public static Class<? extends CreateDeploymentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.