@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePipelineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ParallelismConfiguration |
getParallelismConfiguration()
If specified, it applies to all executions of this pipeline by default.
|
String |
getPipelineDefinition()
The JSON pipeline definition.
|
PipelineDefinitionS3Location |
getPipelineDefinitionS3Location()
The location of the pipeline definition stored in Amazon S3.
|
String |
getPipelineDescription()
The description of the pipeline.
|
String |
getPipelineDisplayName()
The display name of the pipeline.
|
String |
getPipelineName()
The name of the pipeline to update.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
int |
hashCode() |
void |
setParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
If specified, it applies to all executions of this pipeline by default.
|
void |
setPipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
|
void |
setPipelineDefinitionS3Location(PipelineDefinitionS3Location pipelineDefinitionS3Location)
The location of the pipeline definition stored in Amazon S3.
|
void |
setPipelineDescription(String pipelineDescription)
The description of the pipeline.
|
void |
setPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
void |
setPipelineName(String pipelineName)
The name of the pipeline to update.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePipelineRequest |
withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
If specified, it applies to all executions of this pipeline by default.
|
UpdatePipelineRequest |
withPipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
|
UpdatePipelineRequest |
withPipelineDefinitionS3Location(PipelineDefinitionS3Location pipelineDefinitionS3Location)
The location of the pipeline definition stored in Amazon S3.
|
UpdatePipelineRequest |
withPipelineDescription(String pipelineDescription)
The description of the pipeline.
|
UpdatePipelineRequest |
withPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
UpdatePipelineRequest |
withPipelineName(String pipelineName)
The name of the pipeline to update.
|
UpdatePipelineRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
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 setPipelineName(String pipelineName)
The name of the pipeline to update.
pipelineName
- The name of the pipeline to update.public String getPipelineName()
The name of the pipeline to update.
public UpdatePipelineRequest withPipelineName(String pipelineName)
The name of the pipeline to update.
pipelineName
- The name of the pipeline to update.public void setPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName
- The display name of the pipeline.public String getPipelineDisplayName()
The display name of the pipeline.
public UpdatePipelineRequest withPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName
- The display name of the pipeline.public void setPipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
pipelineDefinition
- The JSON pipeline definition.public String getPipelineDefinition()
The JSON pipeline definition.
public UpdatePipelineRequest withPipelineDefinition(String pipelineDefinition)
The JSON pipeline definition.
pipelineDefinition
- The JSON pipeline definition.public void setPipelineDefinitionS3Location(PipelineDefinitionS3Location pipelineDefinitionS3Location)
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
pipelineDefinitionS3Location
- The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the
pipeline definition from this location.public PipelineDefinitionS3Location getPipelineDefinitionS3Location()
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
public UpdatePipelineRequest withPipelineDefinitionS3Location(PipelineDefinitionS3Location pipelineDefinitionS3Location)
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
pipelineDefinitionS3Location
- The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the
pipeline definition from this location.public void setPipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription
- The description of the pipeline.public String getPipelineDescription()
The description of the pipeline.
public UpdatePipelineRequest withPipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription
- The description of the pipeline.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
roleArn
- The Amazon Resource Name (ARN) that the pipeline uses to execute.public String getRoleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
public UpdatePipelineRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline uses to execute.
roleArn
- The Amazon Resource Name (ARN) that the pipeline uses to execute.public void setParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
If specified, it applies to all executions of this pipeline by default.
parallelismConfiguration
- If specified, it applies to all executions of this pipeline by default.public ParallelismConfiguration getParallelismConfiguration()
If specified, it applies to all executions of this pipeline by default.
public UpdatePipelineRequest withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
If specified, it applies to all executions of this pipeline by default.
parallelismConfiguration
- If specified, it applies to all executions of this pipeline by default.public String toString()
toString
in class Object
Object.toString()
public UpdatePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()