@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface DataBrewClient extends AwsClient
builder() method.
Glue DataBrew is a visual, cloud-scale data-preparation service. DataBrew simplifies data preparation tasks, targeting data issues that are hard to spot and time-consuming to fix. DataBrew empowers users of all technical levels to visualize the data and perform one-click data transformations, with no coding required.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default BatchDeleteRecipeVersionResponse |
batchDeleteRecipeVersion(BatchDeleteRecipeVersionRequest batchDeleteRecipeVersionRequest)
Deletes one or more versions of a recipe at a time.
|
default BatchDeleteRecipeVersionResponse |
batchDeleteRecipeVersion(Consumer<BatchDeleteRecipeVersionRequest.Builder> batchDeleteRecipeVersionRequest)
Deletes one or more versions of a recipe at a time.
|
static DataBrewClientBuilder |
builder()
Create a builder that can be used to configure and create a
DataBrewClient. |
static DataBrewClient |
create()
Create a
DataBrewClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateDatasetResponse |
createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)
Creates a new DataBrew dataset.
|
default CreateDatasetResponse |
createDataset(CreateDatasetRequest createDatasetRequest)
Creates a new DataBrew dataset.
|
default CreateProfileJobResponse |
createProfileJob(Consumer<CreateProfileJobRequest.Builder> createProfileJobRequest)
Creates a new job to analyze a dataset and create its data profile.
|
default CreateProfileJobResponse |
createProfileJob(CreateProfileJobRequest createProfileJobRequest)
Creates a new job to analyze a dataset and create its data profile.
|
default CreateProjectResponse |
createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a new DataBrew project.
|
default CreateProjectResponse |
createProject(CreateProjectRequest createProjectRequest)
Creates a new DataBrew project.
|
default CreateRecipeResponse |
createRecipe(Consumer<CreateRecipeRequest.Builder> createRecipeRequest)
Creates a new DataBrew recipe.
|
default CreateRecipeResponse |
createRecipe(CreateRecipeRequest createRecipeRequest)
Creates a new DataBrew recipe.
|
default CreateRecipeJobResponse |
createRecipeJob(Consumer<CreateRecipeJobRequest.Builder> createRecipeJobRequest)
Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe
|
default CreateRecipeJobResponse |
createRecipeJob(CreateRecipeJobRequest createRecipeJobRequest)
Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe
|
default CreateRulesetResponse |
createRuleset(Consumer<CreateRulesetRequest.Builder> createRulesetRequest)
Creates a new ruleset that can be used in a profile job to validate the data quality of a dataset.
|
default CreateRulesetResponse |
createRuleset(CreateRulesetRequest createRulesetRequest)
Creates a new ruleset that can be used in a profile job to validate the data quality of a dataset.
|
default CreateScheduleResponse |
createSchedule(Consumer<CreateScheduleRequest.Builder> createScheduleRequest)
Creates a new schedule for one or more DataBrew jobs.
|
default CreateScheduleResponse |
createSchedule(CreateScheduleRequest createScheduleRequest)
Creates a new schedule for one or more DataBrew jobs.
|
default DeleteDatasetResponse |
deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes a dataset from DataBrew.
|
default DeleteDatasetResponse |
deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes a dataset from DataBrew.
|
default DeleteJobResponse |
deleteJob(Consumer<DeleteJobRequest.Builder> deleteJobRequest)
Deletes the specified DataBrew job.
|
default DeleteJobResponse |
deleteJob(DeleteJobRequest deleteJobRequest)
Deletes the specified DataBrew job.
|
default DeleteProjectResponse |
deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)
Deletes an existing DataBrew project.
|
default DeleteProjectResponse |
deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes an existing DataBrew project.
|
default DeleteRecipeVersionResponse |
deleteRecipeVersion(Consumer<DeleteRecipeVersionRequest.Builder> deleteRecipeVersionRequest)
Deletes a single version of a DataBrew recipe.
|
default DeleteRecipeVersionResponse |
deleteRecipeVersion(DeleteRecipeVersionRequest deleteRecipeVersionRequest)
Deletes a single version of a DataBrew recipe.
|
default DeleteRulesetResponse |
deleteRuleset(Consumer<DeleteRulesetRequest.Builder> deleteRulesetRequest)
Deletes a ruleset.
|
default DeleteRulesetResponse |
deleteRuleset(DeleteRulesetRequest deleteRulesetRequest)
Deletes a ruleset.
|
default DeleteScheduleResponse |
deleteSchedule(Consumer<DeleteScheduleRequest.Builder> deleteScheduleRequest)
Deletes the specified DataBrew schedule.
|
default DeleteScheduleResponse |
deleteSchedule(DeleteScheduleRequest deleteScheduleRequest)
Deletes the specified DataBrew schedule.
|
default DescribeDatasetResponse |
describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest)
Returns the definition of a specific DataBrew dataset.
|
default DescribeDatasetResponse |
describeDataset(DescribeDatasetRequest describeDatasetRequest)
Returns the definition of a specific DataBrew dataset.
|
default DescribeJobResponse |
describeJob(Consumer<DescribeJobRequest.Builder> describeJobRequest)
Returns the definition of a specific DataBrew job.
|
default DescribeJobResponse |
describeJob(DescribeJobRequest describeJobRequest)
Returns the definition of a specific DataBrew job.
|
default DescribeJobRunResponse |
describeJobRun(Consumer<DescribeJobRunRequest.Builder> describeJobRunRequest)
Represents one run of a DataBrew job.
|
default DescribeJobRunResponse |
describeJobRun(DescribeJobRunRequest describeJobRunRequest)
Represents one run of a DataBrew job.
|
default DescribeProjectResponse |
describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)
Returns the definition of a specific DataBrew project.
|
default DescribeProjectResponse |
describeProject(DescribeProjectRequest describeProjectRequest)
Returns the definition of a specific DataBrew project.
|
default DescribeRecipeResponse |
describeRecipe(Consumer<DescribeRecipeRequest.Builder> describeRecipeRequest)
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
|
default DescribeRecipeResponse |
describeRecipe(DescribeRecipeRequest describeRecipeRequest)
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
|
default DescribeRulesetResponse |
describeRuleset(Consumer<DescribeRulesetRequest.Builder> describeRulesetRequest)
Retrieves detailed information about the ruleset.
|
default DescribeRulesetResponse |
describeRuleset(DescribeRulesetRequest describeRulesetRequest)
Retrieves detailed information about the ruleset.
|
default DescribeScheduleResponse |
describeSchedule(Consumer<DescribeScheduleRequest.Builder> describeScheduleRequest)
Returns the definition of a specific DataBrew schedule.
|
default DescribeScheduleResponse |
describeSchedule(DescribeScheduleRequest describeScheduleRequest)
Returns the definition of a specific DataBrew schedule.
|
default ListDatasetsResponse |
listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists all of the DataBrew datasets.
|
default ListDatasetsResponse |
listDatasets(ListDatasetsRequest listDatasetsRequest)
Lists all of the DataBrew datasets.
|
default ListDatasetsIterable |
listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists all of the DataBrew datasets.
|
default ListDatasetsIterable |
listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)
Lists all of the DataBrew datasets.
|
default ListJobRunsResponse |
listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
default ListJobRunsResponse |
listJobRuns(ListJobRunsRequest listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
default ListJobRunsIterable |
listJobRunsPaginator(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
default ListJobRunsIterable |
listJobRunsPaginator(ListJobRunsRequest listJobRunsRequest)
Lists all of the previous runs of a particular DataBrew job.
|
default ListJobsResponse |
listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists all of the DataBrew jobs that are defined.
|
default ListJobsResponse |
listJobs(ListJobsRequest listJobsRequest)
Lists all of the DataBrew jobs that are defined.
|
default ListJobsIterable |
listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists all of the DataBrew jobs that are defined.
|
default ListJobsIterable |
listJobsPaginator(ListJobsRequest listJobsRequest)
Lists all of the DataBrew jobs that are defined.
|
default ListProjectsResponse |
listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists all of the DataBrew projects that are defined.
|
default ListProjectsResponse |
listProjects(ListProjectsRequest listProjectsRequest)
Lists all of the DataBrew projects that are defined.
|
default ListProjectsIterable |
listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists all of the DataBrew projects that are defined.
|
default ListProjectsIterable |
listProjectsPaginator(ListProjectsRequest listProjectsRequest)
Lists all of the DataBrew projects that are defined.
|
default ListRecipesResponse |
listRecipes(Consumer<ListRecipesRequest.Builder> listRecipesRequest)
Lists all of the DataBrew recipes that are defined.
|
default ListRecipesResponse |
listRecipes(ListRecipesRequest listRecipesRequest)
Lists all of the DataBrew recipes that are defined.
|
default ListRecipesIterable |
listRecipesPaginator(Consumer<ListRecipesRequest.Builder> listRecipesRequest)
Lists all of the DataBrew recipes that are defined.
|
default ListRecipesIterable |
listRecipesPaginator(ListRecipesRequest listRecipesRequest)
Lists all of the DataBrew recipes that are defined.
|
default ListRecipeVersionsResponse |
listRecipeVersions(Consumer<ListRecipeVersionsRequest.Builder> listRecipeVersionsRequest)
Lists the versions of a particular DataBrew recipe, except for
LATEST_WORKING. |
default ListRecipeVersionsResponse |
listRecipeVersions(ListRecipeVersionsRequest listRecipeVersionsRequest)
Lists the versions of a particular DataBrew recipe, except for
LATEST_WORKING. |
default ListRecipeVersionsIterable |
listRecipeVersionsPaginator(Consumer<ListRecipeVersionsRequest.Builder> listRecipeVersionsRequest)
Lists the versions of a particular DataBrew recipe, except for
LATEST_WORKING. |
default ListRecipeVersionsIterable |
listRecipeVersionsPaginator(ListRecipeVersionsRequest listRecipeVersionsRequest)
Lists the versions of a particular DataBrew recipe, except for
LATEST_WORKING. |
default ListRulesetsResponse |
listRulesets(Consumer<ListRulesetsRequest.Builder> listRulesetsRequest)
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
|
default ListRulesetsResponse |
listRulesets(ListRulesetsRequest listRulesetsRequest)
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
|
default ListRulesetsIterable |
listRulesetsPaginator(Consumer<ListRulesetsRequest.Builder> listRulesetsRequest)
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
|
default ListRulesetsIterable |
listRulesetsPaginator(ListRulesetsRequest listRulesetsRequest)
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
|
default ListSchedulesResponse |
listSchedules(Consumer<ListSchedulesRequest.Builder> listSchedulesRequest)
Lists the DataBrew schedules that are defined.
|
default ListSchedulesResponse |
listSchedules(ListSchedulesRequest listSchedulesRequest)
Lists the DataBrew schedules that are defined.
|
default ListSchedulesIterable |
listSchedulesPaginator(Consumer<ListSchedulesRequest.Builder> listSchedulesRequest)
Lists the DataBrew schedules that are defined.
|
default ListSchedulesIterable |
listSchedulesPaginator(ListSchedulesRequest listSchedulesRequest)
Lists the DataBrew schedules that are defined.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all the tags for a DataBrew resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all the tags for a DataBrew resource.
|
default PublishRecipeResponse |
publishRecipe(Consumer<PublishRecipeRequest.Builder> publishRecipeRequest)
Publishes a new version of a DataBrew recipe.
|
default PublishRecipeResponse |
publishRecipe(PublishRecipeRequest publishRecipeRequest)
Publishes a new version of a DataBrew recipe.
|
default SendProjectSessionActionResponse |
sendProjectSessionAction(Consumer<SendProjectSessionActionRequest.Builder> sendProjectSessionActionRequest)
Performs a recipe step within an interactive DataBrew session that's currently open.
|
default SendProjectSessionActionResponse |
sendProjectSessionAction(SendProjectSessionActionRequest sendProjectSessionActionRequest)
Performs a recipe step within an interactive DataBrew session that's currently open.
|
default DataBrewServiceClientConfiguration |
serviceClientConfiguration() |
static ServiceMetadata |
serviceMetadata() |
default StartJobRunResponse |
startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)
Runs a DataBrew job.
|
default StartJobRunResponse |
startJobRun(StartJobRunRequest startJobRunRequest)
Runs a DataBrew job.
|
default StartProjectSessionResponse |
startProjectSession(Consumer<StartProjectSessionRequest.Builder> startProjectSessionRequest)
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
|
default StartProjectSessionResponse |
startProjectSession(StartProjectSessionRequest startProjectSessionRequest)
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
|
default StopJobRunResponse |
stopJobRun(Consumer<StopJobRunRequest.Builder> stopJobRunRequest)
Stops a particular run of a job.
|
default StopJobRunResponse |
stopJobRun(StopJobRunRequest stopJobRunRequest)
Stops a particular run of a job.
|
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes metadata tags from a DataBrew resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes metadata tags from a DataBrew resource.
|
default UpdateDatasetResponse |
updateDataset(Consumer<UpdateDatasetRequest.Builder> updateDatasetRequest)
Modifies the definition of an existing DataBrew dataset.
|
default UpdateDatasetResponse |
updateDataset(UpdateDatasetRequest updateDatasetRequest)
Modifies the definition of an existing DataBrew dataset.
|
default UpdateProfileJobResponse |
updateProfileJob(Consumer<UpdateProfileJobRequest.Builder> updateProfileJobRequest)
Modifies the definition of an existing profile job.
|
default UpdateProfileJobResponse |
updateProfileJob(UpdateProfileJobRequest updateProfileJobRequest)
Modifies the definition of an existing profile job.
|
default UpdateProjectResponse |
updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Modifies the definition of an existing DataBrew project.
|
default UpdateProjectResponse |
updateProject(UpdateProjectRequest updateProjectRequest)
Modifies the definition of an existing DataBrew project.
|
default UpdateRecipeResponse |
updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)
Modifies the definition of the
LATEST_WORKING version of a DataBrew recipe. |
default UpdateRecipeResponse |
updateRecipe(UpdateRecipeRequest updateRecipeRequest)
Modifies the definition of the
LATEST_WORKING version of a DataBrew recipe. |
default UpdateRecipeJobResponse |
updateRecipeJob(Consumer<UpdateRecipeJobRequest.Builder> updateRecipeJobRequest)
Modifies the definition of an existing DataBrew recipe job.
|
default UpdateRecipeJobResponse |
updateRecipeJob(UpdateRecipeJobRequest updateRecipeJobRequest)
Modifies the definition of an existing DataBrew recipe job.
|
default UpdateRulesetResponse |
updateRuleset(Consumer<UpdateRulesetRequest.Builder> updateRulesetRequest)
Updates specified ruleset.
|
default UpdateRulesetResponse |
updateRuleset(UpdateRulesetRequest updateRulesetRequest)
Updates specified ruleset.
|
default UpdateScheduleResponse |
updateSchedule(Consumer<UpdateScheduleRequest.Builder> updateScheduleRequest)
Modifies the definition of an existing DataBrew schedule.
|
default UpdateScheduleResponse |
updateSchedule(UpdateScheduleRequest updateScheduleRequest)
Modifies the definition of an existing DataBrew schedule.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default BatchDeleteRecipeVersionResponse batchDeleteRecipeVersion(BatchDeleteRecipeVersionRequest batchDeleteRecipeVersionRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes one or more versions of a recipe at a time.
The entire request will be rejected if:
The recipe does not exist.
There is an invalid version identifier in the list of versions.
The version list is empty.
The version list size exceeds 50.
The version list contains duplicate entries.
The request will complete successfully, but with partial failures, if:
A version does not exist.
A version is being used by a job.
You specify LATEST_WORKING, but it's being used by a project.
The version fails to be deleted.
The LATEST_WORKING version will only be deleted if the recipe has no other versions. If you try to
delete LATEST_WORKING while other versions exist (or if they can't be deleted), then
LATEST_WORKING will be listed as partial failure in the response.
batchDeleteRecipeVersionRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchDeleteRecipeVersionResponse batchDeleteRecipeVersion(Consumer<BatchDeleteRecipeVersionRequest.Builder> batchDeleteRecipeVersionRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes one or more versions of a recipe at a time.
The entire request will be rejected if:
The recipe does not exist.
There is an invalid version identifier in the list of versions.
The version list is empty.
The version list size exceeds 50.
The version list contains duplicate entries.
The request will complete successfully, but with partial failures, if:
A version does not exist.
A version is being used by a job.
You specify LATEST_WORKING, but it's being used by a project.
The version fails to be deleted.
The LATEST_WORKING version will only be deleted if the recipe has no other versions. If you try to
delete LATEST_WORKING while other versions exist (or if they can't be deleted), then
LATEST_WORKING will be listed as partial failure in the response.
This is a convenience which creates an instance of the BatchDeleteRecipeVersionRequest.Builder avoiding
the need to create one manually via BatchDeleteRecipeVersionRequest.builder()
batchDeleteRecipeVersionRequest - A Consumer that will call methods on BatchDeleteRecipeVersionRequest.Builder to create a
request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatasetResponse createDataset(CreateDatasetRequest createDatasetRequest) throws AccessDeniedException, ConflictException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new DataBrew dataset.
createDatasetRequest - AccessDeniedException - Access to the specified resource was denied.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatasetResponse createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) throws AccessDeniedException, ConflictException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new DataBrew dataset.
This is a convenience which creates an instance of the CreateDatasetRequest.Builder avoiding the need to
create one manually via CreateDatasetRequest.builder()
createDatasetRequest - A Consumer that will call methods on CreateDatasetRequest.Builder to create a request.AccessDeniedException - Access to the specified resource was denied.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProfileJobResponse createProfileJob(CreateProfileJobRequest createProfileJobRequest) throws AccessDeniedException, ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new job to analyze a dataset and create its data profile.
createProfileJobRequest - AccessDeniedException - Access to the specified resource was denied.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProfileJobResponse createProfileJob(Consumer<CreateProfileJobRequest.Builder> createProfileJobRequest) throws AccessDeniedException, ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new job to analyze a dataset and create its data profile.
This is a convenience which creates an instance of the CreateProfileJobRequest.Builder avoiding the need
to create one manually via CreateProfileJobRequest.builder()
createProfileJobRequest - A Consumer that will call methods on CreateProfileJobRequest.Builder to create a request.AccessDeniedException - Access to the specified resource was denied.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProjectResponse createProject(CreateProjectRequest createProjectRequest) throws ConflictException, InternalServerException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new DataBrew project.
createProjectRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.InternalServerException - An internal service failure occurred.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProjectResponse createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest) throws ConflictException, InternalServerException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new DataBrew project.
This is a convenience which creates an instance of the CreateProjectRequest.Builder avoiding the need to
create one manually via CreateProjectRequest.builder()
createProjectRequest - A Consumer that will call methods on CreateProjectRequest.Builder to create a request.ConflictException - Updating or deleting a resource can cause an inconsistent state.InternalServerException - An internal service failure occurred.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRecipeResponse createRecipe(CreateRecipeRequest createRecipeRequest) throws ConflictException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new DataBrew recipe.
createRecipeRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRecipeResponse createRecipe(Consumer<CreateRecipeRequest.Builder> createRecipeRequest) throws ConflictException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new DataBrew recipe.
This is a convenience which creates an instance of the CreateRecipeRequest.Builder avoiding the need to
create one manually via CreateRecipeRequest.builder()
createRecipeRequest - A Consumer that will call methods on CreateRecipeRequest.Builder to create a request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRecipeJobResponse createRecipeJob(CreateRecipeJobRequest createRecipeJobRequest) throws AccessDeniedException, ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe
createRecipeJobRequest - AccessDeniedException - Access to the specified resource was denied.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRecipeJobResponse createRecipeJob(Consumer<CreateRecipeJobRequest.Builder> createRecipeJobRequest) throws AccessDeniedException, ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe
This is a convenience which creates an instance of the CreateRecipeJobRequest.Builder avoiding the need
to create one manually via CreateRecipeJobRequest.builder()
createRecipeJobRequest - A Consumer that will call methods on CreateRecipeJobRequest.Builder to create a request.AccessDeniedException - Access to the specified resource was denied.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRulesetResponse createRuleset(CreateRulesetRequest createRulesetRequest) throws ConflictException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new ruleset that can be used in a profile job to validate the data quality of a dataset.
createRulesetRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRulesetResponse createRuleset(Consumer<CreateRulesetRequest.Builder> createRulesetRequest) throws ConflictException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new ruleset that can be used in a profile job to validate the data quality of a dataset.
This is a convenience which creates an instance of the CreateRulesetRequest.Builder avoiding the need to
create one manually via CreateRulesetRequest.builder()
createRulesetRequest - A Consumer that will call methods on CreateRulesetRequest.Builder to create a request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateScheduleResponse createSchedule(CreateScheduleRequest createScheduleRequest) throws ConflictException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.
createScheduleRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateScheduleResponse createSchedule(Consumer<CreateScheduleRequest.Builder> createScheduleRequest) throws ConflictException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.
This is a convenience which creates an instance of the CreateScheduleRequest.Builder avoiding the need to
create one manually via CreateScheduleRequest.builder()
createScheduleRequest - A Consumer that will call methods on CreateScheduleRequest.Builder to create a request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatasetResponse deleteDataset(DeleteDatasetRequest deleteDatasetRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes a dataset from DataBrew.
deleteDatasetRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatasetResponse deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes a dataset from DataBrew.
This is a convenience which creates an instance of the DeleteDatasetRequest.Builder avoiding the need to
create one manually via DeleteDatasetRequest.builder()
deleteDatasetRequest - A Consumer that will call methods on DeleteDatasetRequest.Builder to create a request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteJobResponse deleteJob(DeleteJobRequest deleteJobRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes the specified DataBrew job.
deleteJobRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteJobResponse deleteJob(Consumer<DeleteJobRequest.Builder> deleteJobRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes the specified DataBrew job.
This is a convenience which creates an instance of the DeleteJobRequest.Builder avoiding the need to
create one manually via DeleteJobRequest.builder()
deleteJobRequest - A Consumer that will call methods on DeleteJobRequest.Builder to create a request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteProjectResponse deleteProject(DeleteProjectRequest deleteProjectRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes an existing DataBrew project.
deleteProjectRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteProjectResponse deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes an existing DataBrew project.
This is a convenience which creates an instance of the DeleteProjectRequest.Builder avoiding the need to
create one manually via DeleteProjectRequest.builder()
deleteProjectRequest - A Consumer that will call methods on DeleteProjectRequest.Builder to create a request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRecipeVersionResponse deleteRecipeVersion(DeleteRecipeVersionRequest deleteRecipeVersionRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes a single version of a DataBrew recipe.
deleteRecipeVersionRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRecipeVersionResponse deleteRecipeVersion(Consumer<DeleteRecipeVersionRequest.Builder> deleteRecipeVersionRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes a single version of a DataBrew recipe.
This is a convenience which creates an instance of the DeleteRecipeVersionRequest.Builder avoiding the
need to create one manually via DeleteRecipeVersionRequest.builder()
deleteRecipeVersionRequest - A Consumer that will call methods on DeleteRecipeVersionRequest.Builder to create a
request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRulesetResponse deleteRuleset(DeleteRulesetRequest deleteRulesetRequest) throws ResourceNotFoundException, ValidationException, ConflictException, AwsServiceException, SdkClientException, DataBrewException
Deletes a ruleset.
deleteRulesetRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.ConflictException - Updating or deleting a resource can cause an inconsistent state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRulesetResponse deleteRuleset(Consumer<DeleteRulesetRequest.Builder> deleteRulesetRequest) throws ResourceNotFoundException, ValidationException, ConflictException, AwsServiceException, SdkClientException, DataBrewException
Deletes a ruleset.
This is a convenience which creates an instance of the DeleteRulesetRequest.Builder avoiding the need to
create one manually via DeleteRulesetRequest.builder()
deleteRulesetRequest - A Consumer that will call methods on DeleteRulesetRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.ConflictException - Updating or deleting a resource can cause an inconsistent state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteScheduleResponse deleteSchedule(DeleteScheduleRequest deleteScheduleRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes the specified DataBrew schedule.
deleteScheduleRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteScheduleResponse deleteSchedule(Consumer<DeleteScheduleRequest.Builder> deleteScheduleRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Deletes the specified DataBrew schedule.
This is a convenience which creates an instance of the DeleteScheduleRequest.Builder avoiding the need to
create one manually via DeleteScheduleRequest.builder()
deleteScheduleRequest - A Consumer that will call methods on DeleteScheduleRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDatasetResponse describeDataset(DescribeDatasetRequest describeDatasetRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew dataset.
describeDatasetRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeDatasetResponse describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew dataset.
This is a convenience which creates an instance of the DescribeDatasetRequest.Builder avoiding the need
to create one manually via DescribeDatasetRequest.builder()
describeDatasetRequest - A Consumer that will call methods on DescribeDatasetRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeJobResponse describeJob(DescribeJobRequest describeJobRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew job.
describeJobRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeJobResponse describeJob(Consumer<DescribeJobRequest.Builder> describeJobRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew job.
This is a convenience which creates an instance of the DescribeJobRequest.Builder avoiding the need to
create one manually via DescribeJobRequest.builder()
describeJobRequest - A Consumer that will call methods on DescribeJobRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeJobRunResponse describeJobRun(DescribeJobRunRequest describeJobRunRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Represents one run of a DataBrew job.
describeJobRunRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeJobRunResponse describeJobRun(Consumer<DescribeJobRunRequest.Builder> describeJobRunRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Represents one run of a DataBrew job.
This is a convenience which creates an instance of the DescribeJobRunRequest.Builder avoiding the need to
create one manually via DescribeJobRunRequest.builder()
describeJobRunRequest - A Consumer that will call methods on DescribeJobRunRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeProjectResponse describeProject(DescribeProjectRequest describeProjectRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew project.
describeProjectRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeProjectResponse describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew project.
This is a convenience which creates an instance of the DescribeProjectRequest.Builder avoiding the need
to create one manually via DescribeProjectRequest.builder()
describeProjectRequest - A Consumer that will call methods on DescribeProjectRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeRecipeResponse describeRecipe(DescribeRecipeRequest describeRecipeRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
describeRecipeRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeRecipeResponse describeRecipe(Consumer<DescribeRecipeRequest.Builder> describeRecipeRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew recipe corresponding to a particular version.
This is a convenience which creates an instance of the DescribeRecipeRequest.Builder avoiding the need to
create one manually via DescribeRecipeRequest.builder()
describeRecipeRequest - A Consumer that will call methods on DescribeRecipeRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeRulesetResponse describeRuleset(DescribeRulesetRequest describeRulesetRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Retrieves detailed information about the ruleset.
describeRulesetRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeRulesetResponse describeRuleset(Consumer<DescribeRulesetRequest.Builder> describeRulesetRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Retrieves detailed information about the ruleset.
This is a convenience which creates an instance of the DescribeRulesetRequest.Builder avoiding the need
to create one manually via DescribeRulesetRequest.builder()
describeRulesetRequest - A Consumer that will call methods on DescribeRulesetRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeScheduleResponse describeSchedule(DescribeScheduleRequest describeScheduleRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew schedule.
describeScheduleRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeScheduleResponse describeSchedule(Consumer<DescribeScheduleRequest.Builder> describeScheduleRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Returns the definition of a specific DataBrew schedule.
This is a convenience which creates an instance of the DescribeScheduleRequest.Builder avoiding the need
to create one manually via DescribeScheduleRequest.builder()
describeScheduleRequest - A Consumer that will call methods on DescribeScheduleRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsResponse listDatasets(ListDatasetsRequest listDatasetsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew datasets.
listDatasetsRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsResponse listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew datasets.
This is a convenience which creates an instance of the ListDatasetsRequest.Builder avoiding the need to
create one manually via ListDatasetsRequest.builder()
listDatasetsRequest - A Consumer that will call methods on ListDatasetsRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsIterable listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew datasets.
This is a variant of listDatasets(software.amazon.awssdk.services.databrew.model.ListDatasetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListDatasetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.databrew.model.ListDatasetsRequest) operation.
listDatasetsRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsIterable listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew datasets.
This is a variant of listDatasets(software.amazon.awssdk.services.databrew.model.ListDatasetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListDatasetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.databrew.model.ListDatasetsRequest) operation.
This is a convenience which creates an instance of the ListDatasetsRequest.Builder avoiding the need to
create one manually via ListDatasetsRequest.builder()
listDatasetsRequest - A Consumer that will call methods on ListDatasetsRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobRunsResponse listJobRuns(ListJobRunsRequest listJobRunsRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the previous runs of a particular DataBrew job.
listJobRunsRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobRunsResponse listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the previous runs of a particular DataBrew job.
This is a convenience which creates an instance of the ListJobRunsRequest.Builder avoiding the need to
create one manually via ListJobRunsRequest.builder()
listJobRunsRequest - A Consumer that will call methods on ListJobRunsRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobRunsIterable listJobRunsPaginator(ListJobRunsRequest listJobRunsRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the previous runs of a particular DataBrew job.
This is a variant of listJobRuns(software.amazon.awssdk.services.databrew.model.ListJobRunsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListJobRunsIterable responses = client.listJobRunsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListJobRunsIterable responses = client.listJobRunsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListJobRunsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListJobRunsIterable responses = client.listJobRunsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listJobRuns(software.amazon.awssdk.services.databrew.model.ListJobRunsRequest) operation.
listJobRunsRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobRunsIterable listJobRunsPaginator(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the previous runs of a particular DataBrew job.
This is a variant of listJobRuns(software.amazon.awssdk.services.databrew.model.ListJobRunsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListJobRunsIterable responses = client.listJobRunsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListJobRunsIterable responses = client.listJobRunsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListJobRunsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListJobRunsIterable responses = client.listJobRunsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listJobRuns(software.amazon.awssdk.services.databrew.model.ListJobRunsRequest) operation.
This is a convenience which creates an instance of the ListJobRunsRequest.Builder avoiding the need to
create one manually via ListJobRunsRequest.builder()
listJobRunsRequest - A Consumer that will call methods on ListJobRunsRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobsResponse listJobs(ListJobsRequest listJobsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew jobs that are defined.
listJobsRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobsResponse listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew jobs that are defined.
This is a convenience which creates an instance of the ListJobsRequest.Builder avoiding the need to
create one manually via ListJobsRequest.builder()
listJobsRequest - A Consumer that will call methods on ListJobsRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobsIterable listJobsPaginator(ListJobsRequest listJobsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew jobs that are defined.
This is a variant of listJobs(software.amazon.awssdk.services.databrew.model.ListJobsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listJobs(software.amazon.awssdk.services.databrew.model.ListJobsRequest) operation.
listJobsRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListJobsIterable listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew jobs that are defined.
This is a variant of listJobs(software.amazon.awssdk.services.databrew.model.ListJobsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListJobsIterable responses = client.listJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listJobs(software.amazon.awssdk.services.databrew.model.ListJobsRequest) operation.
This is a convenience which creates an instance of the ListJobsRequest.Builder avoiding the need to
create one manually via ListJobsRequest.builder()
listJobsRequest - A Consumer that will call methods on ListJobsRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProjectsResponse listProjects(ListProjectsRequest listProjectsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew projects that are defined.
listProjectsRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProjectsResponse listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew projects that are defined.
This is a convenience which creates an instance of the ListProjectsRequest.Builder avoiding the need to
create one manually via ListProjectsRequest.builder()
listProjectsRequest - A Consumer that will call methods on ListProjectsRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProjectsIterable listProjectsPaginator(ListProjectsRequest listProjectsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew projects that are defined.
This is a variant of listProjects(software.amazon.awssdk.services.databrew.model.ListProjectsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListProjectsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProjects(software.amazon.awssdk.services.databrew.model.ListProjectsRequest) operation.
listProjectsRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProjectsIterable listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew projects that are defined.
This is a variant of listProjects(software.amazon.awssdk.services.databrew.model.ListProjectsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListProjectsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProjects(software.amazon.awssdk.services.databrew.model.ListProjectsRequest) operation.
This is a convenience which creates an instance of the ListProjectsRequest.Builder avoiding the need to
create one manually via ListProjectsRequest.builder()
listProjectsRequest - A Consumer that will call methods on ListProjectsRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRecipeVersionsResponse listRecipeVersions(ListRecipeVersionsRequest listRecipeVersionsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING.
listRecipeVersionsRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRecipeVersionsResponse listRecipeVersions(Consumer<ListRecipeVersionsRequest.Builder> listRecipeVersionsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING.
This is a convenience which creates an instance of the ListRecipeVersionsRequest.Builder avoiding the
need to create one manually via ListRecipeVersionsRequest.builder()
listRecipeVersionsRequest - A Consumer that will call methods on ListRecipeVersionsRequest.Builder to create a
request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRecipeVersionsIterable listRecipeVersionsPaginator(ListRecipeVersionsRequest listRecipeVersionsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING.
This is a variant of
listRecipeVersions(software.amazon.awssdk.services.databrew.model.ListRecipeVersionsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListRecipeVersionsIterable responses = client.listRecipeVersionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListRecipeVersionsIterable responses = client
.listRecipeVersionsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListRecipeVersionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListRecipeVersionsIterable responses = client.listRecipeVersionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRecipeVersions(software.amazon.awssdk.services.databrew.model.ListRecipeVersionsRequest)
operation.
listRecipeVersionsRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRecipeVersionsIterable listRecipeVersionsPaginator(Consumer<ListRecipeVersionsRequest.Builder> listRecipeVersionsRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists the versions of a particular DataBrew recipe, except for LATEST_WORKING.
This is a variant of
listRecipeVersions(software.amazon.awssdk.services.databrew.model.ListRecipeVersionsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListRecipeVersionsIterable responses = client.listRecipeVersionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListRecipeVersionsIterable responses = client
.listRecipeVersionsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListRecipeVersionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListRecipeVersionsIterable responses = client.listRecipeVersionsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRecipeVersions(software.amazon.awssdk.services.databrew.model.ListRecipeVersionsRequest)
operation.
This is a convenience which creates an instance of the ListRecipeVersionsRequest.Builder avoiding the
need to create one manually via ListRecipeVersionsRequest.builder()
listRecipeVersionsRequest - A Consumer that will call methods on ListRecipeVersionsRequest.Builder to create a
request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRecipesResponse listRecipes(ListRecipesRequest listRecipesRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew recipes that are defined.
listRecipesRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRecipesResponse listRecipes(Consumer<ListRecipesRequest.Builder> listRecipesRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew recipes that are defined.
This is a convenience which creates an instance of the ListRecipesRequest.Builder avoiding the need to
create one manually via ListRecipesRequest.builder()
listRecipesRequest - A Consumer that will call methods on ListRecipesRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRecipesIterable listRecipesPaginator(ListRecipesRequest listRecipesRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew recipes that are defined.
This is a variant of listRecipes(software.amazon.awssdk.services.databrew.model.ListRecipesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListRecipesIterable responses = client.listRecipesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListRecipesIterable responses = client.listRecipesPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListRecipesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListRecipesIterable responses = client.listRecipesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRecipes(software.amazon.awssdk.services.databrew.model.ListRecipesRequest) operation.
listRecipesRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRecipesIterable listRecipesPaginator(Consumer<ListRecipesRequest.Builder> listRecipesRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all of the DataBrew recipes that are defined.
This is a variant of listRecipes(software.amazon.awssdk.services.databrew.model.ListRecipesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListRecipesIterable responses = client.listRecipesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListRecipesIterable responses = client.listRecipesPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListRecipesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListRecipesIterable responses = client.listRecipesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRecipes(software.amazon.awssdk.services.databrew.model.ListRecipesRequest) operation.
This is a convenience which creates an instance of the ListRecipesRequest.Builder avoiding the need to
create one manually via ListRecipesRequest.builder()
listRecipesRequest - A Consumer that will call methods on ListRecipesRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRulesetsResponse listRulesets(ListRulesetsRequest listRulesetsRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
listRulesetsRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRulesetsResponse listRulesets(Consumer<ListRulesetsRequest.Builder> listRulesetsRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
This is a convenience which creates an instance of the ListRulesetsRequest.Builder avoiding the need to
create one manually via ListRulesetsRequest.builder()
listRulesetsRequest - A Consumer that will call methods on ListRulesetsRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRulesetsIterable listRulesetsPaginator(ListRulesetsRequest listRulesetsRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
This is a variant of listRulesets(software.amazon.awssdk.services.databrew.model.ListRulesetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListRulesetsIterable responses = client.listRulesetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListRulesetsIterable responses = client.listRulesetsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListRulesetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListRulesetsIterable responses = client.listRulesetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRulesets(software.amazon.awssdk.services.databrew.model.ListRulesetsRequest) operation.
listRulesetsRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRulesetsIterable listRulesetsPaginator(Consumer<ListRulesetsRequest.Builder> listRulesetsRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
This is a variant of listRulesets(software.amazon.awssdk.services.databrew.model.ListRulesetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListRulesetsIterable responses = client.listRulesetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListRulesetsIterable responses = client.listRulesetsPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListRulesetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListRulesetsIterable responses = client.listRulesetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRulesets(software.amazon.awssdk.services.databrew.model.ListRulesetsRequest) operation.
This is a convenience which creates an instance of the ListRulesetsRequest.Builder avoiding the need to
create one manually via ListRulesetsRequest.builder()
listRulesetsRequest - A Consumer that will call methods on ListRulesetsRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSchedulesResponse listSchedules(ListSchedulesRequest listSchedulesRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists the DataBrew schedules that are defined.
listSchedulesRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSchedulesResponse listSchedules(Consumer<ListSchedulesRequest.Builder> listSchedulesRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists the DataBrew schedules that are defined.
This is a convenience which creates an instance of the ListSchedulesRequest.Builder avoiding the need to
create one manually via ListSchedulesRequest.builder()
listSchedulesRequest - A Consumer that will call methods on ListSchedulesRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSchedulesIterable listSchedulesPaginator(ListSchedulesRequest listSchedulesRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists the DataBrew schedules that are defined.
This is a variant of listSchedules(software.amazon.awssdk.services.databrew.model.ListSchedulesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListSchedulesIterable responses = client.listSchedulesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListSchedulesIterable responses = client.listSchedulesPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListSchedulesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListSchedulesIterable responses = client.listSchedulesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSchedules(software.amazon.awssdk.services.databrew.model.ListSchedulesRequest) operation.
listSchedulesRequest - ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSchedulesIterable listSchedulesPaginator(Consumer<ListSchedulesRequest.Builder> listSchedulesRequest) throws ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists the DataBrew schedules that are defined.
This is a variant of listSchedules(software.amazon.awssdk.services.databrew.model.ListSchedulesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.databrew.paginators.ListSchedulesIterable responses = client.listSchedulesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.databrew.paginators.ListSchedulesIterable responses = client.listSchedulesPaginator(request);
for (software.amazon.awssdk.services.databrew.model.ListSchedulesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.databrew.paginators.ListSchedulesIterable responses = client.listSchedulesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSchedules(software.amazon.awssdk.services.databrew.model.ListSchedulesRequest) operation.
This is a convenience which creates an instance of the ListSchedulesRequest.Builder avoiding the need to
create one manually via ListSchedulesRequest.builder()
listSchedulesRequest - A Consumer that will call methods on ListSchedulesRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InternalServerException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all the tags for a DataBrew resource.
listTagsForResourceRequest - InternalServerException - An internal service failure occurred.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InternalServerException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Lists all the tags for a DataBrew resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.InternalServerException - An internal service failure occurred.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PublishRecipeResponse publishRecipe(PublishRecipeRequest publishRecipeRequest) throws ValidationException, ResourceNotFoundException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DataBrewException
Publishes a new version of a DataBrew recipe.
publishRecipeRequest - ValidationException - The input parameters for this request failed validation.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PublishRecipeResponse publishRecipe(Consumer<PublishRecipeRequest.Builder> publishRecipeRequest) throws ValidationException, ResourceNotFoundException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DataBrewException
Publishes a new version of a DataBrew recipe.
This is a convenience which creates an instance of the PublishRecipeRequest.Builder avoiding the need to
create one manually via PublishRecipeRequest.builder()
publishRecipeRequest - A Consumer that will call methods on PublishRecipeRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendProjectSessionActionResponse sendProjectSessionAction(SendProjectSessionActionRequest sendProjectSessionActionRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Performs a recipe step within an interactive DataBrew session that's currently open.
sendProjectSessionActionRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendProjectSessionActionResponse sendProjectSessionAction(Consumer<SendProjectSessionActionRequest.Builder> sendProjectSessionActionRequest) throws ConflictException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Performs a recipe step within an interactive DataBrew session that's currently open.
This is a convenience which creates an instance of the SendProjectSessionActionRequest.Builder avoiding
the need to create one manually via SendProjectSessionActionRequest.builder()
sendProjectSessionActionRequest - A Consumer that will call methods on SendProjectSessionActionRequest.Builder to create a
request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartJobRunResponse startJobRun(StartJobRunRequest startJobRunRequest) throws ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Runs a DataBrew job.
startJobRunRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartJobRunResponse startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest) throws ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Runs a DataBrew job.
This is a convenience which creates an instance of the StartJobRunRequest.Builder avoiding the need to
create one manually via StartJobRunRequest.builder()
startJobRunRequest - A Consumer that will call methods on StartJobRunRequest.Builder to create a request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartProjectSessionResponse startProjectSession(StartProjectSessionRequest startProjectSessionRequest) throws ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
startProjectSessionRequest - ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartProjectSessionResponse startProjectSession(Consumer<StartProjectSessionRequest.Builder> startProjectSessionRequest) throws ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Creates an interactive session, enabling you to manipulate data in a DataBrew project.
This is a convenience which creates an instance of the StartProjectSessionRequest.Builder avoiding the
need to create one manually via StartProjectSessionRequest.builder()
startProjectSessionRequest - A Consumer that will call methods on StartProjectSessionRequest.Builder to create a
request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopJobRunResponse stopJobRun(StopJobRunRequest stopJobRunRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Stops a particular run of a job.
stopJobRunRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopJobRunResponse stopJobRun(Consumer<StopJobRunRequest.Builder> stopJobRunRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Stops a particular run of a job.
This is a convenience which creates an instance of the StopJobRunRequest.Builder avoiding the need to
create one manually via StopJobRunRequest.builder()
stopJobRunRequest - A Consumer that will call methods on StopJobRunRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InternalServerException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.
tagResourceRequest - InternalServerException - An internal service failure occurred.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InternalServerException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.InternalServerException - An internal service failure occurred.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InternalServerException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Removes metadata tags from a DataBrew resource.
untagResourceRequest - InternalServerException - An internal service failure occurred.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InternalServerException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Removes metadata tags from a DataBrew resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.InternalServerException - An internal service failure occurred.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDatasetResponse updateDataset(UpdateDatasetRequest updateDatasetRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing DataBrew dataset.
updateDatasetRequest - AccessDeniedException - Access to the specified resource was denied.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDatasetResponse updateDataset(Consumer<UpdateDatasetRequest.Builder> updateDatasetRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing DataBrew dataset.
This is a convenience which creates an instance of the UpdateDatasetRequest.Builder avoiding the need to
create one manually via UpdateDatasetRequest.builder()
updateDatasetRequest - A Consumer that will call methods on UpdateDatasetRequest.Builder to create a request.AccessDeniedException - Access to the specified resource was denied.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateProfileJobResponse updateProfileJob(UpdateProfileJobRequest updateProfileJobRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing profile job.
updateProfileJobRequest - AccessDeniedException - Access to the specified resource was denied.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateProfileJobResponse updateProfileJob(Consumer<UpdateProfileJobRequest.Builder> updateProfileJobRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing profile job.
This is a convenience which creates an instance of the UpdateProfileJobRequest.Builder avoiding the need
to create one manually via UpdateProfileJobRequest.builder()
updateProfileJobRequest - A Consumer that will call methods on UpdateProfileJobRequest.Builder to create a request.AccessDeniedException - Access to the specified resource was denied.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateProjectResponse updateProject(UpdateProjectRequest updateProjectRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing DataBrew project.
updateProjectRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateProjectResponse updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing DataBrew project.
This is a convenience which creates an instance of the UpdateProjectRequest.Builder avoiding the need to
create one manually via UpdateProjectRequest.builder()
updateProjectRequest - A Consumer that will call methods on UpdateProjectRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRecipeResponse updateRecipe(UpdateRecipeRequest updateRecipeRequest) throws ValidationException, ResourceNotFoundException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of the LATEST_WORKING version of a DataBrew recipe.
updateRecipeRequest - ValidationException - The input parameters for this request failed validation.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRecipeResponse updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest) throws ValidationException, ResourceNotFoundException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of the LATEST_WORKING version of a DataBrew recipe.
This is a convenience which creates an instance of the UpdateRecipeRequest.Builder avoiding the need to
create one manually via UpdateRecipeRequest.builder()
updateRecipeRequest - A Consumer that will call methods on UpdateRecipeRequest.Builder to create a request.ValidationException - The input parameters for this request failed validation.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRecipeJobResponse updateRecipeJob(UpdateRecipeJobRequest updateRecipeJobRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing DataBrew recipe job.
updateRecipeJobRequest - AccessDeniedException - Access to the specified resource was denied.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRecipeJobResponse updateRecipeJob(Consumer<UpdateRecipeJobRequest.Builder> updateRecipeJobRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing DataBrew recipe job.
This is a convenience which creates an instance of the UpdateRecipeJobRequest.Builder avoiding the need
to create one manually via UpdateRecipeJobRequest.builder()
updateRecipeJobRequest - A Consumer that will call methods on UpdateRecipeJobRequest.Builder to create a request.AccessDeniedException - Access to the specified resource was denied.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRulesetResponse updateRuleset(UpdateRulesetRequest updateRulesetRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Updates specified ruleset.
updateRulesetRequest - ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRulesetResponse updateRuleset(Consumer<UpdateRulesetRequest.Builder> updateRulesetRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Updates specified ruleset.
This is a convenience which creates an instance of the UpdateRulesetRequest.Builder avoiding the need to
create one manually via UpdateRulesetRequest.builder()
updateRulesetRequest - A Consumer that will call methods on UpdateRulesetRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateScheduleResponse updateSchedule(UpdateScheduleRequest updateScheduleRequest) throws ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing DataBrew schedule.
updateScheduleRequest - ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateScheduleResponse updateSchedule(Consumer<UpdateScheduleRequest.Builder> updateScheduleRequest) throws ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, AwsServiceException, SdkClientException, DataBrewException
Modifies the definition of an existing DataBrew schedule.
This is a convenience which creates an instance of the UpdateScheduleRequest.Builder avoiding the need to
create one manually via UpdateScheduleRequest.builder()
updateScheduleRequest - A Consumer that will call methods on UpdateScheduleRequest.Builder to create a request.ResourceNotFoundException - One or more resources can't be found.ServiceQuotaExceededException - A service quota is exceeded.ValidationException - The input parameters for this request failed validation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.DataBrewException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic DataBrewClient create()
DataBrewClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static DataBrewClientBuilder builder()
DataBrewClient.static ServiceMetadata serviceMetadata()
default DataBrewServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.