- DataPipeline - Interface in com.amazonaws.services.datapipeline
-
Interface for accessing DataPipeline.
- DataPipelineAsync - Interface in com.amazonaws.services.datapipeline
-
Interface for accessing DataPipeline asynchronously.
- DataPipelineAsyncClient - Class in com.amazonaws.services.datapipeline
-
Asynchronous client for accessing DataPipeline.
- DataPipelineAsyncClient() - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline.
- DataPipelineAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline.
- DataPipelineAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline using the specified AWS account credentials.
- DataPipelineAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline using the specified AWS account credentials
and executor service.
- DataPipelineAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline using the specified AWS account credentials,
executor service, and client configuration options.
- DataPipelineAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline using the specified AWS account credentials provider.
- DataPipelineAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline using the specified AWS account credentials provider
and executor service.
- DataPipelineAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline using the specified AWS account credentials
provider and client configuration options.
- DataPipelineAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Constructs a new asynchronous client to invoke service methods on
DataPipeline using the specified AWS account credentials
provider, executor service, and client configuration options.
- DataPipelineClient - Class in com.amazonaws.services.datapipeline
-
Client for accessing DataPipeline.
- DataPipelineClient() - Constructor for class com.amazonaws.services.datapipeline.DataPipelineClient
-
Constructs a new client to invoke service methods on
DataPipeline.
- DataPipelineClient(ClientConfiguration) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineClient
-
Constructs a new client to invoke service methods on
DataPipeline.
- DataPipelineClient(AWSCredentials) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineClient
-
Constructs a new client to invoke service methods on
DataPipeline using the specified AWS account credentials.
- DataPipelineClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineClient
-
Constructs a new client to invoke service methods on
DataPipeline using the specified AWS account credentials
and client configuration options.
- DataPipelineClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineClient
-
Constructs a new client to invoke service methods on
DataPipeline using the specified AWS account credentials provider.
- DataPipelineClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineClient
-
Constructs a new client to invoke service methods on
DataPipeline using the specified AWS account credentials
provider and client configuration options.
- DataPipelineClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.datapipeline.DataPipelineClient
-
Constructs a new client to invoke service methods on
DataPipeline using the specified AWS account credentials
provider, client configuration options and request metric collector.
- deletePipeline(DeletePipelineRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Permanently deletes a pipeline, its pipeline definition and its run
history.
- deletePipeline(DeletePipelineRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
Permanently deletes a pipeline, its pipeline definition and its run
history.
- deletePipelineAsync(DeletePipelineRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Permanently deletes a pipeline, its pipeline definition and its run
history.
- deletePipelineAsync(DeletePipelineRequest, AsyncHandler<DeletePipelineRequest, Void>) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Permanently deletes a pipeline, its pipeline definition and its run
history.
- deletePipelineAsync(DeletePipelineRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Permanently deletes a pipeline, its pipeline definition and its run
history.
- deletePipelineAsync(DeletePipelineRequest, AsyncHandler<DeletePipelineRequest, Void>) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Permanently deletes a pipeline, its pipeline definition and its run
history.
- DeletePipelineRequest - Class in com.amazonaws.services.datapipeline.model
-
- DeletePipelineRequest() - Constructor for class com.amazonaws.services.datapipeline.model.DeletePipelineRequest
-
- describeObjects(DescribeObjectsRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Returns the object definitions for a set of objects associated with
the pipeline.
- describeObjects(DescribeObjectsRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
Returns the object definitions for a set of objects associated with
the pipeline.
- describeObjectsAsync(DescribeObjectsRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Returns the object definitions for a set of objects associated with
the pipeline.
- describeObjectsAsync(DescribeObjectsRequest, AsyncHandler<DescribeObjectsRequest, DescribeObjectsResult>) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Returns the object definitions for a set of objects associated with
the pipeline.
- describeObjectsAsync(DescribeObjectsRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Returns the object definitions for a set of objects associated with
the pipeline.
- describeObjectsAsync(DescribeObjectsRequest, AsyncHandler<DescribeObjectsRequest, DescribeObjectsResult>) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Returns the object definitions for a set of objects associated with
the pipeline.
- DescribeObjectsRequest - Class in com.amazonaws.services.datapipeline.model
-
- DescribeObjectsRequest() - Constructor for class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
- DescribeObjectsResult - Class in com.amazonaws.services.datapipeline.model
-
If True
, there are more results that can be returned in
another call to DescribeObjects.
- DescribeObjectsResult() - Constructor for class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
- describePipelines(DescribePipelinesRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Retrieve metadata about one or more pipelines.
- describePipelines(DescribePipelinesRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
Retrieve metadata about one or more pipelines.
- describePipelinesAsync(DescribePipelinesRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Retrieve metadata about one or more pipelines.
- describePipelinesAsync(DescribePipelinesRequest, AsyncHandler<DescribePipelinesRequest, DescribePipelinesResult>) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Retrieve metadata about one or more pipelines.
- describePipelinesAsync(DescribePipelinesRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Retrieve metadata about one or more pipelines.
- describePipelinesAsync(DescribePipelinesRequest, AsyncHandler<DescribePipelinesRequest, DescribePipelinesResult>) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Retrieve metadata about one or more pipelines.
- DescribePipelinesRequest - Class in com.amazonaws.services.datapipeline.model
-
- DescribePipelinesRequest() - Constructor for class com.amazonaws.services.datapipeline.model.DescribePipelinesRequest
-
- DescribePipelinesResult - Class in com.amazonaws.services.datapipeline.model
-
Contains the output from the DescribePipelines action.
- DescribePipelinesResult() - Constructor for class com.amazonaws.services.datapipeline.model.DescribePipelinesResult
-
- getAttemptId() - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Identifier of the pipeline task attempt object.
- getAttributes() - Method in class com.amazonaws.services.datapipeline.model.ParameterObject
-
The attributes of the parameter object.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Returns additional metadata for a previously executed successful request, typically used for
debugging issues where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
Returns additional metadata for a previously executed successful, request, typically used for
debugging issues where a service isn't acting as expected.
- getCanceled() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressResult
-
If True
, the calling task runner should cancel processing
of the task.
- getDescription() - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
The description of the new pipeline.
- getDescription() - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
Description of the pipeline.
- getDocument() - Method in class com.amazonaws.services.datapipeline.model.InstanceIdentity
-
A description of an Amazon EC2 instance that is generated when the
instance is launched and exposed to the instance via the instance
metadata service in the form of a JSON representation of an object.
- getErrored() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
If True
, there were validation errors.
- getErrored() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
If True
, there were validation errors.
- getErrorId() - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies an id value
that represents the error.
- getErrorMessage() - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies a text
description of the error.
- getErrors() - Method in class com.amazonaws.services.datapipeline.model.ValidationError
-
A description of the validation error.
- getErrorStackTrace() - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies the stack
trace associated with the error.
- getEvaluatedExpression() - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionResult
-
The evaluated expression.
- getEvaluateExpressions() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Indicates whether any expressions in the object should be evaluated
when the object descriptions are returned.
- getExecutorService() - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Returns the executor service used by this async client to execute
requests.
- getExpression() - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The expression to evaluate.
- getFieldName() - Method in class com.amazonaws.services.datapipeline.model.Selector
-
The name of the field that the operator will be applied to.
- getFields() - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
A list of read-only fields that contain metadata about the pipeline:
- getFields() - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Key-value pairs that define the properties of the object.
- getFields() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressRequest
-
Key-value pairs that define the properties of the
ReportTaskProgressInput object.
- getHasMoreResults() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
If True
, there are more pages of results to return.
- getHasMoreResults() - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
If
True
, there are more results that can be obtained by a
subsequent call to
ListPipelines.
- getHasMoreResults() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
If
True
, there are more results that can be obtained by a
subsequent call to
QueryObjects.
- getHostname() - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
The public DNS name of the calling task runner.
- getHostname() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
The public DNS name of the calling task runner.
- getId() - Method in class com.amazonaws.services.datapipeline.model.ParameterObject
-
Identifier of the parameter object.
- getId() - Method in class com.amazonaws.services.datapipeline.model.ParameterValue
-
Identifier of the parameter value.
- getId() - Method in class com.amazonaws.services.datapipeline.model.PipelineIdName
-
Identifier of the pipeline that was assigned by AWS Data Pipeline.
- getId() - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Identifier of the object.
- getId() - Method in class com.amazonaws.services.datapipeline.model.ValidationError
-
The identifier of the object that contains the validation error.
- getId() - Method in class com.amazonaws.services.datapipeline.model.ValidationWarning
-
The identifier of the object that contains the validation warning.
- getIds() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
A list of identifiers that match the query selectors.
- getInstanceIdentity() - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
Identity information for the Amazon EC2 instance that is hosting the
task runner.
- getKey() - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field identifier.
- getKey() - Method in class com.amazonaws.services.datapipeline.model.ParameterAttribute
-
The field identifier.
- getLimit() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Specifies the maximum number of object names that
QueryObjects
will return in a single call.
- getMarker() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
The starting point for the results to be returned.
- getMarker() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
The starting point for the next page of results.
- getMarker() - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesRequest
-
The starting point for the results to be returned.
- getMarker() - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to
ListPipelines will retrieve.
- getMarker() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
The starting point for the results to be returned.
- getMarker() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
The starting point for the results to be returned.
- getName() - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
The name of the new pipeline.
- getName() - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
Name of the pipeline.
- getName() - Method in class com.amazonaws.services.datapipeline.model.PipelineIdName
-
Name of the pipeline.
- getName() - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Name of the object.
- getObjectId() - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The identifier of the object.
- getObjectIds() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Identifiers of the pipeline objects that contain the definitions to be
described.
- getObjectIds() - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Identifies an array of objects.
- getObjects() - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Connection information for the location where the task runner will
publish the output of the task.
- getOperator() - Method in class com.amazonaws.services.datapipeline.model.Selector
-
Contains a logical operation for comparing the value of a field with a
specified value.
- getParameterObjects() - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a list of parameter objects used in the pipeline definition.
- getParameterObjects() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
A list of parameter objects used with the pipeline.
- getParameterObjects() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of parameter objects used with the pipeline.
- getParameterValues() - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
-
Returns a list of parameter values to pass to the pipeline at
activation.
- getParameterValues() - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a list of parameter values used in the pipeline definition.
- getParameterValues() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
A list of parameter values used with the pipeline.
- getParameterValues() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of parameter values used with the pipeline.
- getPipelineDefinition(GetPipelineDefinitionRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Returns the definition of the specified pipeline.
- getPipelineDefinition(GetPipelineDefinitionRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
Returns the definition of the specified pipeline.
- getPipelineDefinitionAsync(GetPipelineDefinitionRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Returns the definition of the specified pipeline.
- getPipelineDefinitionAsync(GetPipelineDefinitionRequest, AsyncHandler<GetPipelineDefinitionRequest, GetPipelineDefinitionResult>) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Returns the definition of the specified pipeline.
- getPipelineDefinitionAsync(GetPipelineDefinitionRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Returns the definition of the specified pipeline.
- getPipelineDefinitionAsync(GetPipelineDefinitionRequest, AsyncHandler<GetPipelineDefinitionRequest, GetPipelineDefinitionResult>) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Returns the definition of the specified pipeline.
- GetPipelineDefinitionRequest - Class in com.amazonaws.services.datapipeline.model
-
- GetPipelineDefinitionRequest() - Constructor for class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionRequest
-
- GetPipelineDefinitionResult - Class in com.amazonaws.services.datapipeline.model
-
Contains the output from the GetPipelineDefinition action.
- GetPipelineDefinitionResult() - Constructor for class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
- getPipelineDescriptionList() - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesResult
-
An array of descriptions returned for the specified pipelines.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
-
The identifier of the pipeline to activate.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineResult
-
The ID that AWS Data Pipeline assigns the newly created pipeline.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.DeletePipelineRequest
-
The identifier of the pipeline to be deleted.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Identifier of the pipeline that contains the object definitions.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The identifier of the pipeline.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionRequest
-
The identifier of the pipeline.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
The pipeline identifier that was assigned by AWS Data Pipeline.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
The identifier of the pipeline to be configured.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Identifier of the pipeline to be queried for object names.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Identifies the pipeline that contains the objects.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Identifier of the pipeline that provided the task.
- getPipelineId() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
Identifies the pipeline whose definition is to be validated.
- getPipelineIdList() - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
A list of all the pipeline identifiers that your account has
permission to access.
- getPipelineIds() - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesRequest
-
Identifiers of the pipelines to describe.
- getPipelineObjects() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
An array of object definitions that are returned by the call to
DescribeObjects.
- getPipelineObjects() - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
An array of objects defined in the pipeline.
- getPipelineObjects() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
The objects that define the pipeline.
- getPipelineObjects() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of objects that define the pipeline changes to validate against
the pipeline.
- getQuery() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Query that defines the objects to be returned.
- getRefValue() - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field value, expressed as the identifier of another object.
- getSelectors() - Method in class com.amazonaws.services.datapipeline.model.Query
-
List of selectors that define the query.
- getSignature() - Method in class com.amazonaws.services.datapipeline.model.InstanceIdentity
-
A signature which can be used to verify the accuracy and authenticity
of the information provided in the instance identity document.
- getSphere() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Specifies whether the query applies to components or instances.
- getStatus() - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Specifies the status to be set on all the objects in
objectIds
.
- getStringValue() - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field value, expressed as a String.
- getStringValue() - Method in class com.amazonaws.services.datapipeline.model.ParameterAttribute
-
The field value, expressed as a String.
- getStringValue() - Method in class com.amazonaws.services.datapipeline.model.ParameterValue
-
The field value, expressed as a String.
- getTaskId() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressRequest
-
Identifier of the task assigned to the task runner.
- getTaskId() - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
Identifies the task assigned to the task runner.
- getTaskId() - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
An internal identifier for the task.
- getTaskObject() - Method in class com.amazonaws.services.datapipeline.model.PollForTaskResult
-
- getTaskrunnerId() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
The identifier of the task runner.
- getTaskStatus() - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If FINISHED
, the task successfully completed.
- getTerminate() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatResult
-
Indicates whether the calling task runner should terminate.
- getType() - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The logical operation to be performed: equal (EQ
), equal
reference (REF_EQ
), less than or equal (LE
),
greater than or equal (GE
), or between
(BETWEEN
).
- getUniqueId() - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
A unique identifier that you specify.
- getValidationErrors() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
A list of the validation errors that are associated with the objects
defined in pipelineObjects
.
- getValidationErrors() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
- getValidationWarnings() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
A list of the validation warnings that are associated with the objects
defined in pipelineObjects
.
- getValidationWarnings() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
- getValues() - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The value that the actual field value will be compared with.
- getVersion() - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionRequest
-
The version of the pipeline definition to retrieve.
- getWarnings() - Method in class com.amazonaws.services.datapipeline.model.ValidationWarning
-
A description of the validation warning.
- getWorkerGroup() - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
Indicates the type of task the task runner is configured to accept and
process.
- getWorkerGroup() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
Indicates the type of task the task runner is configured to accept and
process.
- Selector - Class in com.amazonaws.services.datapipeline.model
-
A comparision that is used to determine whether a query should return
this object.
- Selector() - Constructor for class com.amazonaws.services.datapipeline.model.Selector
-
- setAttemptId(String) - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Identifier of the pipeline task attempt object.
- setAttributes(Collection<ParameterAttribute>) - Method in class com.amazonaws.services.datapipeline.model.ParameterObject
-
The attributes of the parameter object.
- setCanceled(Boolean) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressResult
-
If True
, the calling task runner should cancel processing
of the task.
- setDescription(String) - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
The description of the new pipeline.
- setDescription(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
Description of the pipeline.
- setDocument(String) - Method in class com.amazonaws.services.datapipeline.model.InstanceIdentity
-
A description of an Amazon EC2 instance that is generated when the
instance is launched and exposed to the instance via the instance
metadata service in the form of a JSON representation of an object.
- setEndpoint(String) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Overrides the default endpoint for this client ("datapipeline.us-east-1.amazonaws.com").
- setEndpoint(String) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
- setEndpoint(String, String, String) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
- setErrored(Boolean) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
If True
, there were validation errors.
- setErrored(Boolean) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
If True
, there were validation errors.
- setErrorId(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies an id value
that represents the error.
- setErrorMessage(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies a text
description of the error.
- setErrors(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.ValidationError
-
A description of the validation error.
- setErrorStackTrace(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies the stack
trace associated with the error.
- setEvaluatedExpression(String) - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionResult
-
The evaluated expression.
- setEvaluateExpressions(Boolean) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Indicates whether any expressions in the object should be evaluated
when the object descriptions are returned.
- setExpression(String) - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The expression to evaluate.
- setFieldName(String) - Method in class com.amazonaws.services.datapipeline.model.Selector
-
The name of the field that the operator will be applied to.
- setFields(Collection<Field>) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
A list of read-only fields that contain metadata about the pipeline:
- setFields(Collection<Field>) - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Key-value pairs that define the properties of the object.
- setFields(Collection<Field>) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressRequest
-
Key-value pairs that define the properties of the
ReportTaskProgressInput object.
- setHasMoreResults(Boolean) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
If True
, there are more pages of results to return.
- setHasMoreResults(Boolean) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
If
True
, there are more results that can be obtained by a
subsequent call to
ListPipelines.
- setHasMoreResults(Boolean) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
If
True
, there are more results that can be obtained by a
subsequent call to
QueryObjects.
- setHostname(String) - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
The public DNS name of the calling task runner.
- setHostname(String) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
The public DNS name of the calling task runner.
- setId(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterObject
-
Identifier of the parameter object.
- setId(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterValue
-
Identifier of the parameter value.
- setId(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineIdName
-
Identifier of the pipeline that was assigned by AWS Data Pipeline.
- setId(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Identifier of the object.
- setId(String) - Method in class com.amazonaws.services.datapipeline.model.ValidationError
-
The identifier of the object that contains the validation error.
- setId(String) - Method in class com.amazonaws.services.datapipeline.model.ValidationWarning
-
The identifier of the object that contains the validation warning.
- setIds(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
A list of identifiers that match the query selectors.
- setInstanceIdentity(InstanceIdentity) - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
Identity information for the Amazon EC2 instance that is hosting the
task runner.
- setKey(String) - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field identifier.
- setKey(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterAttribute
-
The field identifier.
- setLimit(Integer) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Specifies the maximum number of object names that
QueryObjects
will return in a single call.
- setMarker(String) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
The starting point for the results to be returned.
- setMarker(String) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
The starting point for the next page of results.
- setMarker(String) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesRequest
-
The starting point for the results to be returned.
- setMarker(String) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to
ListPipelines will retrieve.
- setMarker(String) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
The starting point for the results to be returned.
- setMarker(String) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
The starting point for the results to be returned.
- setName(String) - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
The name of the new pipeline.
- setName(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
Name of the pipeline.
- setName(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineIdName
-
Name of the pipeline.
- setName(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Name of the object.
- setObjectId(String) - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The identifier of the object.
- setObjectIds(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Identifiers of the pipeline objects that contain the definitions to be
described.
- setObjectIds(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Identifies an array of objects.
- setObjects(Map<String, PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Connection information for the location where the task runner will
publish the output of the task.
- setOperator(Operator) - Method in class com.amazonaws.services.datapipeline.model.Selector
-
Contains a logical operation for comparing the value of a field with a
specified value.
- setParameterObjects(Collection<ParameterObject>) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a list of parameter objects used in the pipeline definition.
- setParameterObjects(Collection<ParameterObject>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
A list of parameter objects used with the pipeline.
- setParameterObjects(Collection<ParameterObject>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of parameter objects used with the pipeline.
- setParameterValues(Collection<ParameterValue>) - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
-
Returns a list of parameter values to pass to the pipeline at
activation.
- setParameterValues(Collection<ParameterValue>) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a list of parameter values used in the pipeline definition.
- setParameterValues(Collection<ParameterValue>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
A list of parameter values used with the pipeline.
- setParameterValues(Collection<ParameterValue>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of parameter values used with the pipeline.
- setPipelineDescriptionList(Collection<PipelineDescription>) - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesResult
-
An array of descriptions returned for the specified pipelines.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
-
The identifier of the pipeline to activate.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineResult
-
The ID that AWS Data Pipeline assigns the newly created pipeline.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.DeletePipelineRequest
-
The identifier of the pipeline to be deleted.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Identifier of the pipeline that contains the object definitions.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The identifier of the pipeline.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionRequest
-
The identifier of the pipeline.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
The pipeline identifier that was assigned by AWS Data Pipeline.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
The identifier of the pipeline to be configured.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Identifier of the pipeline to be queried for object names.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Identifies the pipeline that contains the objects.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Identifier of the pipeline that provided the task.
- setPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
Identifies the pipeline whose definition is to be validated.
- setPipelineIdList(Collection<PipelineIdName>) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
A list of all the pipeline identifiers that your account has
permission to access.
- setPipelineIds(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesRequest
-
Identifiers of the pipelines to describe.
- setPipelineObjects(Collection<PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
An array of object definitions that are returned by the call to
DescribeObjects.
- setPipelineObjects(Collection<PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
An array of objects defined in the pipeline.
- setPipelineObjects(Collection<PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
The objects that define the pipeline.
- setPipelineObjects(Collection<PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of objects that define the pipeline changes to validate against
the pipeline.
- setQuery(Query) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Query that defines the objects to be returned.
- setRefValue(String) - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field value, expressed as the identifier of another object.
- setRegion(Region) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
- setSelectors(Collection<Selector>) - Method in class com.amazonaws.services.datapipeline.model.Query
-
List of selectors that define the query.
- setSignature(String) - Method in class com.amazonaws.services.datapipeline.model.InstanceIdentity
-
A signature which can be used to verify the accuracy and authenticity
of the information provided in the instance identity document.
- setSphere(String) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Specifies whether the query applies to components or instances.
- setStatus(SetStatusRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Requests that the status of an array of physical or logical pipeline
objects be updated in the pipeline.
- setStatus(SetStatusRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
Requests that the status of an array of physical or logical pipeline
objects be updated in the pipeline.
- setStatus(String) - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Specifies the status to be set on all the objects in
objectIds
.
- setStatusAsync(SetStatusRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Requests that the status of an array of physical or logical pipeline
objects be updated in the pipeline.
- setStatusAsync(SetStatusRequest, AsyncHandler<SetStatusRequest, Void>) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Requests that the status of an array of physical or logical pipeline
objects be updated in the pipeline.
- setStatusAsync(SetStatusRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Requests that the status of an array of physical or logical pipeline
objects be updated in the pipeline.
- setStatusAsync(SetStatusRequest, AsyncHandler<SetStatusRequest, Void>) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Requests that the status of an array of physical or logical pipeline
objects be updated in the pipeline.
- SetStatusRequest - Class in com.amazonaws.services.datapipeline.model
-
- SetStatusRequest() - Constructor for class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
- setStringValue(String) - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field value, expressed as a String.
- setStringValue(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterAttribute
-
The field value, expressed as a String.
- setStringValue(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterValue
-
The field value, expressed as a String.
- setTaskId(String) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressRequest
-
Identifier of the task assigned to the task runner.
- setTaskId(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
Identifies the task assigned to the task runner.
- setTaskId(String) - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
An internal identifier for the task.
- setTaskObject(TaskObject) - Method in class com.amazonaws.services.datapipeline.model.PollForTaskResult
-
- setTaskrunnerId(String) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
The identifier of the task runner.
- setTaskStatus(SetTaskStatusRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Notifies AWS Data Pipeline that a task is completed and provides
information about the final status.
- setTaskStatus(SetTaskStatusRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineClient
-
Notifies AWS Data Pipeline that a task is completed and provides
information about the final status.
- setTaskStatus(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If FINISHED
, the task successfully completed.
- setTaskStatus(TaskStatus) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If FINISHED
, the task successfully completed.
- setTaskStatusAsync(SetTaskStatusRequest) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Notifies AWS Data Pipeline that a task is completed and provides
information about the final status.
- setTaskStatusAsync(SetTaskStatusRequest, AsyncHandler<SetTaskStatusRequest, SetTaskStatusResult>) - Method in interface com.amazonaws.services.datapipeline.DataPipelineAsync
-
Notifies AWS Data Pipeline that a task is completed and provides
information about the final status.
- setTaskStatusAsync(SetTaskStatusRequest) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Notifies AWS Data Pipeline that a task is completed and provides
information about the final status.
- setTaskStatusAsync(SetTaskStatusRequest, AsyncHandler<SetTaskStatusRequest, SetTaskStatusResult>) - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Notifies AWS Data Pipeline that a task is completed and provides
information about the final status.
- SetTaskStatusRequest - Class in com.amazonaws.services.datapipeline.model
-
- SetTaskStatusRequest() - Constructor for class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
- SetTaskStatusResult - Class in com.amazonaws.services.datapipeline.model
-
The output from the SetTaskStatus action.
- SetTaskStatusResult() - Constructor for class com.amazonaws.services.datapipeline.model.SetTaskStatusResult
-
- setTerminate(Boolean) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatResult
-
Indicates whether the calling task runner should terminate.
- setType(String) - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The logical operation to be performed: equal (EQ
), equal
reference (REF_EQ
), less than or equal (LE
),
greater than or equal (GE
), or between
(BETWEEN
).
- setType(OperatorType) - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The logical operation to be performed: equal (EQ
), equal
reference (REF_EQ
), less than or equal (LE
),
greater than or equal (GE
), or between
(BETWEEN
).
- setUniqueId(String) - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
A unique identifier that you specify.
- setValidationErrors(Collection<ValidationError>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
A list of the validation errors that are associated with the objects
defined in pipelineObjects
.
- setValidationErrors(Collection<ValidationError>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
- setValidationWarnings(Collection<ValidationWarning>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
A list of the validation warnings that are associated with the objects
defined in pipelineObjects
.
- setValidationWarnings(Collection<ValidationWarning>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
- setValues(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The value that the actual field value will be compared with.
- setVersion(String) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionRequest
-
The version of the pipeline definition to retrieve.
- setWarnings(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.ValidationWarning
-
A description of the validation warning.
- setWorkerGroup(String) - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
Indicates the type of task the task runner is configured to accept and
process.
- setWorkerGroup(String) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
Indicates the type of task the task runner is configured to accept and
process.
- shutdown() - Method in interface com.amazonaws.services.datapipeline.DataPipeline
-
Shuts down this client object, releasing any resources that might be held
open.
- shutdown() - Method in class com.amazonaws.services.datapipeline.DataPipelineAsyncClient
-
Shuts down the client, releasing all managed resources.
- TaskNotFoundException - Exception in com.amazonaws.services.datapipeline.model
-
The specified task was not found.
- TaskNotFoundException(String) - Constructor for exception com.amazonaws.services.datapipeline.model.TaskNotFoundException
-
Constructs a new TaskNotFoundException with the specified error
message.
- TaskObject - Class in com.amazonaws.services.datapipeline.model
-
Contains information about a pipeline task that is assigned to a task
runner.
- TaskObject() - Constructor for class com.amazonaws.services.datapipeline.model.TaskObject
-
- TaskStatus - Enum in com.amazonaws.services.datapipeline.model
-
Task Status
- toString() - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.DeletePipelineRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.Field
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.InstanceIdentity
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.Operator
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.datapipeline.model.OperatorType
-
- toString() - Method in class com.amazonaws.services.datapipeline.model.ParameterAttribute
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ParameterObject
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ParameterValue
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.PipelineIdName
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.PollForTaskResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.Query
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.Selector
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in enum com.amazonaws.services.datapipeline.model.TaskStatus
-
- toString() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ValidationError
-
Returns a string representation of this object; useful for testing and
debugging.
- toString() - Method in class com.amazonaws.services.datapipeline.model.ValidationWarning
-
Returns a string representation of this object; useful for testing and
debugging.
- withAttemptId(String) - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Identifier of the pipeline task attempt object.
- withAttributes(ParameterAttribute...) - Method in class com.amazonaws.services.datapipeline.model.ParameterObject
-
The attributes of the parameter object.
- withAttributes(Collection<ParameterAttribute>) - Method in class com.amazonaws.services.datapipeline.model.ParameterObject
-
The attributes of the parameter object.
- withCanceled(Boolean) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressResult
-
If True
, the calling task runner should cancel processing
of the task.
- withDescription(String) - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
The description of the new pipeline.
- withDescription(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
Description of the pipeline.
- withDocument(String) - Method in class com.amazonaws.services.datapipeline.model.InstanceIdentity
-
A description of an Amazon EC2 instance that is generated when the
instance is launched and exposed to the instance via the instance
metadata service in the form of a JSON representation of an object.
- withErrored(Boolean) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
If True
, there were validation errors.
- withErrored(Boolean) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
If True
, there were validation errors.
- withErrorId(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies an id value
that represents the error.
- withErrorMessage(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies a text
description of the error.
- withErrors(String...) - Method in class com.amazonaws.services.datapipeline.model.ValidationError
-
A description of the validation error.
- withErrors(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.ValidationError
-
A description of the validation error.
- withErrorStackTrace(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If an error occurred during the task, this value specifies the stack
trace associated with the error.
- withEvaluatedExpression(String) - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionResult
-
The evaluated expression.
- withEvaluateExpressions(Boolean) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Indicates whether any expressions in the object should be evaluated
when the object descriptions are returned.
- withExpression(String) - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The expression to evaluate.
- withFieldName(String) - Method in class com.amazonaws.services.datapipeline.model.Selector
-
The name of the field that the operator will be applied to.
- withFields(Field...) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
A list of read-only fields that contain metadata about the pipeline:
- withFields(Collection<Field>) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
A list of read-only fields that contain metadata about the pipeline:
- withFields(Field...) - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Key-value pairs that define the properties of the object.
- withFields(Collection<Field>) - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Key-value pairs that define the properties of the object.
- withFields(Field...) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressRequest
-
Key-value pairs that define the properties of the
ReportTaskProgressInput object.
- withFields(Collection<Field>) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressRequest
-
Key-value pairs that define the properties of the
ReportTaskProgressInput object.
- withHasMoreResults(Boolean) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
If True
, there are more pages of results to return.
- withHasMoreResults(Boolean) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
If
True
, there are more results that can be obtained by a
subsequent call to
ListPipelines.
- withHasMoreResults(Boolean) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
If
True
, there are more results that can be obtained by a
subsequent call to
QueryObjects.
- withHostname(String) - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
The public DNS name of the calling task runner.
- withHostname(String) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
The public DNS name of the calling task runner.
- withId(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterObject
-
Identifier of the parameter object.
- withId(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterValue
-
Identifier of the parameter value.
- withId(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineIdName
-
Identifier of the pipeline that was assigned by AWS Data Pipeline.
- withId(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Identifier of the object.
- withId(String) - Method in class com.amazonaws.services.datapipeline.model.ValidationError
-
The identifier of the object that contains the validation error.
- withId(String) - Method in class com.amazonaws.services.datapipeline.model.ValidationWarning
-
The identifier of the object that contains the validation warning.
- withIds(String...) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
A list of identifiers that match the query selectors.
- withIds(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
A list of identifiers that match the query selectors.
- withInstanceIdentity(InstanceIdentity) - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
Identity information for the Amazon EC2 instance that is hosting the
task runner.
- withKey(String) - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field identifier.
- withKey(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterAttribute
-
The field identifier.
- withLimit(Integer) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Specifies the maximum number of object names that
QueryObjects
will return in a single call.
- withMarker(String) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
The starting point for the results to be returned.
- withMarker(String) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
The starting point for the next page of results.
- withMarker(String) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesRequest
-
The starting point for the results to be returned.
- withMarker(String) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to
ListPipelines will retrieve.
- withMarker(String) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
The starting point for the results to be returned.
- withMarker(String) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsResult
-
The starting point for the results to be returned.
- withName(String) - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
The name of the new pipeline.
- withName(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
Name of the pipeline.
- withName(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineIdName
-
Name of the pipeline.
- withName(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineObject
-
Name of the object.
- withObjectId(String) - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The identifier of the object.
- withObjectIds(String...) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Identifiers of the pipeline objects that contain the definitions to be
described.
- withObjectIds(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Identifiers of the pipeline objects that contain the definitions to be
described.
- withObjectIds(String...) - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Identifies an array of objects.
- withObjectIds(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Identifies an array of objects.
- withObjects(Map<String, PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Connection information for the location where the task runner will
publish the output of the task.
- withOperator(Operator) - Method in class com.amazonaws.services.datapipeline.model.Selector
-
Contains a logical operation for comparing the value of a field with a
specified value.
- withParameterObjects(ParameterObject...) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a list of parameter objects used in the pipeline definition.
- withParameterObjects(Collection<ParameterObject>) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a list of parameter objects used in the pipeline definition.
- withParameterObjects(ParameterObject...) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
A list of parameter objects used with the pipeline.
- withParameterObjects(Collection<ParameterObject>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
A list of parameter objects used with the pipeline.
- withParameterObjects(ParameterObject...) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of parameter objects used with the pipeline.
- withParameterObjects(Collection<ParameterObject>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of parameter objects used with the pipeline.
- withParameterValues(ParameterValue...) - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
-
Returns a list of parameter values to pass to the pipeline at
activation.
- withParameterValues(Collection<ParameterValue>) - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
-
Returns a list of parameter values to pass to the pipeline at
activation.
- withParameterValues(ParameterValue...) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a list of parameter values used in the pipeline definition.
- withParameterValues(Collection<ParameterValue>) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
Returns a list of parameter values used in the pipeline definition.
- withParameterValues(ParameterValue...) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
A list of parameter values used with the pipeline.
- withParameterValues(Collection<ParameterValue>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
A list of parameter values used with the pipeline.
- withParameterValues(ParameterValue...) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of parameter values used with the pipeline.
- withParameterValues(Collection<ParameterValue>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of parameter values used with the pipeline.
- withPipelineDescriptionList(PipelineDescription...) - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesResult
-
An array of descriptions returned for the specified pipelines.
- withPipelineDescriptionList(Collection<PipelineDescription>) - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesResult
-
An array of descriptions returned for the specified pipelines.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
-
The identifier of the pipeline to activate.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineResult
-
The ID that AWS Data Pipeline assigns the newly created pipeline.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.DeletePipelineRequest
-
The identifier of the pipeline to be deleted.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
-
Identifier of the pipeline that contains the object definitions.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.EvaluateExpressionRequest
-
The identifier of the pipeline.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionRequest
-
The identifier of the pipeline.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.PipelineDescription
-
The pipeline identifier that was assigned by AWS Data Pipeline.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
The identifier of the pipeline to be configured.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Identifier of the pipeline to be queried for object names.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Identifies the pipeline that contains the objects.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
Identifier of the pipeline that provided the task.
- withPipelineId(String) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
Identifies the pipeline whose definition is to be validated.
- withPipelineIdList(PipelineIdName...) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
A list of all the pipeline identifiers that your account has
permission to access.
- withPipelineIdList(Collection<PipelineIdName>) - Method in class com.amazonaws.services.datapipeline.model.ListPipelinesResult
-
A list of all the pipeline identifiers that your account has
permission to access.
- withPipelineIds(String...) - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesRequest
-
Identifiers of the pipelines to describe.
- withPipelineIds(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.DescribePipelinesRequest
-
Identifiers of the pipelines to describe.
- withPipelineObjects(PipelineObject...) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
An array of object definitions that are returned by the call to
DescribeObjects.
- withPipelineObjects(Collection<PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.DescribeObjectsResult
-
An array of object definitions that are returned by the call to
DescribeObjects.
- withPipelineObjects(PipelineObject...) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
An array of objects defined in the pipeline.
- withPipelineObjects(Collection<PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionResult
-
An array of objects defined in the pipeline.
- withPipelineObjects(PipelineObject...) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
The objects that define the pipeline.
- withPipelineObjects(Collection<PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionRequest
-
The objects that define the pipeline.
- withPipelineObjects(PipelineObject...) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of objects that define the pipeline changes to validate against
the pipeline.
- withPipelineObjects(Collection<PipelineObject>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
A list of objects that define the pipeline changes to validate against
the pipeline.
- withQuery(Query) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Query that defines the objects to be returned.
- withRefValue(String) - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field value, expressed as the identifier of another object.
- withSelectors(Selector...) - Method in class com.amazonaws.services.datapipeline.model.Query
-
List of selectors that define the query.
- withSelectors(Collection<Selector>) - Method in class com.amazonaws.services.datapipeline.model.Query
-
List of selectors that define the query.
- withSignature(String) - Method in class com.amazonaws.services.datapipeline.model.InstanceIdentity
-
A signature which can be used to verify the accuracy and authenticity
of the information provided in the instance identity document.
- withSphere(String) - Method in class com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Specifies whether the query applies to components or instances.
- withStatus(String) - Method in class com.amazonaws.services.datapipeline.model.SetStatusRequest
-
Specifies the status to be set on all the objects in
objectIds
.
- withStringValue(String) - Method in class com.amazonaws.services.datapipeline.model.Field
-
The field value, expressed as a String.
- withStringValue(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterAttribute
-
The field value, expressed as a String.
- withStringValue(String) - Method in class com.amazonaws.services.datapipeline.model.ParameterValue
-
The field value, expressed as a String.
- withTaskId(String) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskProgressRequest
-
Identifier of the task assigned to the task runner.
- withTaskId(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
Identifies the task assigned to the task runner.
- withTaskId(String) - Method in class com.amazonaws.services.datapipeline.model.TaskObject
-
An internal identifier for the task.
- withTaskObject(TaskObject) - Method in class com.amazonaws.services.datapipeline.model.PollForTaskResult
-
- withTaskrunnerId(String) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
The identifier of the task runner.
- withTaskStatus(String) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If FINISHED
, the task successfully completed.
- withTaskStatus(TaskStatus) - Method in class com.amazonaws.services.datapipeline.model.SetTaskStatusRequest
-
If FINISHED
, the task successfully completed.
- withTerminate(Boolean) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatResult
-
Indicates whether the calling task runner should terminate.
- withType(String) - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The logical operation to be performed: equal (EQ
), equal
reference (REF_EQ
), less than or equal (LE
),
greater than or equal (GE
), or between
(BETWEEN
).
- withType(OperatorType) - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The logical operation to be performed: equal (EQ
), equal
reference (REF_EQ
), less than or equal (LE
),
greater than or equal (GE
), or between
(BETWEEN
).
- withUniqueId(String) - Method in class com.amazonaws.services.datapipeline.model.CreatePipelineRequest
-
A unique identifier that you specify.
- withValidationErrors(ValidationError...) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
A list of the validation errors that are associated with the objects
defined in pipelineObjects
.
- withValidationErrors(Collection<ValidationError>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
A list of the validation errors that are associated with the objects
defined in pipelineObjects
.
- withValidationErrors(ValidationError...) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
- withValidationErrors(Collection<ValidationError>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
- withValidationWarnings(ValidationWarning...) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
A list of the validation warnings that are associated with the objects
defined in pipelineObjects
.
- withValidationWarnings(Collection<ValidationWarning>) - Method in class com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult
-
A list of the validation warnings that are associated with the objects
defined in pipelineObjects
.
- withValidationWarnings(ValidationWarning...) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
- withValidationWarnings(Collection<ValidationWarning>) - Method in class com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
-
- withValues(String...) - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The value that the actual field value will be compared with.
- withValues(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.Operator
-
The value that the actual field value will be compared with.
- withVersion(String) - Method in class com.amazonaws.services.datapipeline.model.GetPipelineDefinitionRequest
-
The version of the pipeline definition to retrieve.
- withWarnings(String...) - Method in class com.amazonaws.services.datapipeline.model.ValidationWarning
-
A description of the validation warning.
- withWarnings(Collection<String>) - Method in class com.amazonaws.services.datapipeline.model.ValidationWarning
-
A description of the validation warning.
- withWorkerGroup(String) - Method in class com.amazonaws.services.datapipeline.model.PollForTaskRequest
-
Indicates the type of task the task runner is configured to accept and
process.
- withWorkerGroup(String) - Method in class com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
Indicates the type of task the task runner is configured to accept and
process.