Interface DeleteDataSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteDataSourceResponse.Builder,DeleteDataSourceResponse>,DataZoneResponse.Builder,SdkBuilder<DeleteDataSourceResponse.Builder,DeleteDataSourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteDataSourceResponse
public static interface DeleteDataSourceResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<DeleteDataSourceResponse.Builder,DeleteDataSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DeleteDataSourceResponse.BuilderassetFormsOutput(Collection<FormOutput> assetFormsOutput)The asset data forms associated with this data source.DeleteDataSourceResponse.BuilderassetFormsOutput(Consumer<FormOutput.Builder>... assetFormsOutput)The asset data forms associated with this data source.DeleteDataSourceResponse.BuilderassetFormsOutput(FormOutput... assetFormsOutput)The asset data forms associated with this data source.default DeleteDataSourceResponse.Builderconfiguration(Consumer<DataSourceConfigurationOutput.Builder> configuration)The configuration of the data source that is deleted.DeleteDataSourceResponse.Builderconfiguration(DataSourceConfigurationOutput configuration)The configuration of the data source that is deleted.DeleteDataSourceResponse.BuildercreatedAt(Instant createdAt)The timestamp of when this data source was created.DeleteDataSourceResponse.Builderdescription(String description)The description of the data source that is deleted.DeleteDataSourceResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which the data source is deleted.DeleteDataSourceResponse.BuilderenableSetting(String enableSetting)The enable setting of the data source that specifies whether the data source is enabled or disabled.DeleteDataSourceResponse.BuilderenableSetting(EnableSetting enableSetting)The enable setting of the data source that specifies whether the data source is enabled or disabled.DeleteDataSourceResponse.BuilderenvironmentId(String environmentId)The ID of the environemnt associated with this data source.default DeleteDataSourceResponse.BuildererrorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)Specifies the error message that is returned if the operation cannot be successfully completed.DeleteDataSourceResponse.BuildererrorMessage(DataSourceErrorMessage errorMessage)Specifies the error message that is returned if the operation cannot be successfully completed.DeleteDataSourceResponse.Builderid(String id)The ID of the data source that is deleted.DeleteDataSourceResponse.BuilderlastRunAt(Instant lastRunAt)The timestamp of when the data source was last run.default DeleteDataSourceResponse.BuilderlastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)Specifies the error message that is returned if the operation cannot be successfully completed.DeleteDataSourceResponse.BuilderlastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)Specifies the error message that is returned if the operation cannot be successfully completed.DeleteDataSourceResponse.BuilderlastRunStatus(String lastRunStatus)The status of the last run of this data source.DeleteDataSourceResponse.BuilderlastRunStatus(DataSourceRunStatus lastRunStatus)The status of the last run of this data source.DeleteDataSourceResponse.Buildername(String name)The name of the data source that is deleted.DeleteDataSourceResponse.BuilderprojectId(String projectId)The ID of the project in which this data source exists and from which it's deleted.DeleteDataSourceResponse.BuilderpublishOnImport(Boolean publishOnImport)Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.default DeleteDataSourceResponse.Builderschedule(Consumer<ScheduleConfiguration.Builder> schedule)The schedule of runs for this data source.DeleteDataSourceResponse.Builderschedule(ScheduleConfiguration schedule)The schedule of runs for this data source.DeleteDataSourceResponse.Builderstatus(String status)The status of this data source.DeleteDataSourceResponse.Builderstatus(DataSourceStatus status)The status of this data source.DeleteDataSourceResponse.Buildertype(String type)The type of this data source.DeleteDataSourceResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when this data source was updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
assetFormsOutput
DeleteDataSourceResponse.Builder assetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset data forms associated with this data source.
- Parameters:
assetFormsOutput- The asset data forms associated with this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetFormsOutput
DeleteDataSourceResponse.Builder assetFormsOutput(FormOutput... assetFormsOutput)
The asset data forms associated with this data source.
- Parameters:
assetFormsOutput- The asset data forms associated with this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetFormsOutput
DeleteDataSourceResponse.Builder assetFormsOutput(Consumer<FormOutput.Builder>... assetFormsOutput)
The asset data forms associated with this data source.
This is a convenience method that creates an instance of theFormOutput.Builderavoiding the need to create one manually viaFormOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#assetFormsOutput(List.) - Parameters:
assetFormsOutput- a consumer that will call methods onFormOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#assetFormsOutput(java.util.Collection)
-
configuration
DeleteDataSourceResponse.Builder configuration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
- Parameters:
configuration- The configuration of the data source that is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default DeleteDataSourceResponse.Builder configuration(Consumer<DataSourceConfigurationOutput.Builder> configuration)
The configuration of the data source that is deleted.
This is a convenience method that creates an instance of theDataSourceConfigurationOutput.Builderavoiding the need to create one manually viaDataSourceConfigurationOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(DataSourceConfigurationOutput).- Parameters:
configuration- a consumer that will call methods onDataSourceConfigurationOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(DataSourceConfigurationOutput)
-
createdAt
DeleteDataSourceResponse.Builder createdAt(Instant createdAt)
The timestamp of when this data source was created.
- Parameters:
createdAt- The timestamp of when this data source was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DeleteDataSourceResponse.Builder description(String description)
The description of the data source that is deleted.
- Parameters:
description- The description of the data source that is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
DeleteDataSourceResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the data source is deleted.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which the data source is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableSetting
DeleteDataSourceResponse.Builder enableSetting(String enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
- Parameters:
enableSetting- The enable setting of the data source that specifies whether the data source is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnableSetting,EnableSetting
-
enableSetting
DeleteDataSourceResponse.Builder enableSetting(EnableSetting enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
- Parameters:
enableSetting- The enable setting of the data source that specifies whether the data source is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnableSetting,EnableSetting
-
environmentId
DeleteDataSourceResponse.Builder environmentId(String environmentId)
The ID of the environemnt associated with this data source.
- Parameters:
environmentId- The ID of the environemnt associated with this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
DeleteDataSourceResponse.Builder errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
- Parameters:
errorMessage- Specifies the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
default DeleteDataSourceResponse.Builder errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
This is a convenience method that creates an instance of theDataSourceErrorMessage.Builderavoiding the need to create one manually viaDataSourceErrorMessage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorMessage(DataSourceErrorMessage).- Parameters:
errorMessage- a consumer that will call methods onDataSourceErrorMessage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorMessage(DataSourceErrorMessage)
-
id
DeleteDataSourceResponse.Builder id(String id)
The ID of the data source that is deleted.
- Parameters:
id- The ID of the data source that is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastRunAt
DeleteDataSourceResponse.Builder lastRunAt(Instant lastRunAt)
The timestamp of when the data source was last run.
- Parameters:
lastRunAt- The timestamp of when the data source was last run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastRunErrorMessage
DeleteDataSourceResponse.Builder lastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
- Parameters:
lastRunErrorMessage- Specifies the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastRunErrorMessage
default DeleteDataSourceResponse.Builder lastRunErrorMessage(Consumer<DataSourceErrorMessage.Builder> lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
This is a convenience method that creates an instance of theDataSourceErrorMessage.Builderavoiding the need to create one manually viaDataSourceErrorMessage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastRunErrorMessage(DataSourceErrorMessage).- Parameters:
lastRunErrorMessage- a consumer that will call methods onDataSourceErrorMessage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lastRunErrorMessage(DataSourceErrorMessage)
-
lastRunStatus
DeleteDataSourceResponse.Builder lastRunStatus(String lastRunStatus)
The status of the last run of this data source.
- Parameters:
lastRunStatus- The status of the last run of this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceRunStatus,DataSourceRunStatus
-
lastRunStatus
DeleteDataSourceResponse.Builder lastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of this data source.
- Parameters:
lastRunStatus- The status of the last run of this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceRunStatus,DataSourceRunStatus
-
name
DeleteDataSourceResponse.Builder name(String name)
The name of the data source that is deleted.
- Parameters:
name- The name of the data source that is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
DeleteDataSourceResponse.Builder projectId(String projectId)
The ID of the project in which this data source exists and from which it's deleted.
- Parameters:
projectId- The ID of the project in which this data source exists and from which it's deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishOnImport
DeleteDataSourceResponse.Builder publishOnImport(Boolean publishOnImport)
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
- Parameters:
publishOnImport- Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
DeleteDataSourceResponse.Builder schedule(ScheduleConfiguration schedule)
The schedule of runs for this data source.
- Parameters:
schedule- The schedule of runs for this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
default DeleteDataSourceResponse.Builder schedule(Consumer<ScheduleConfiguration.Builder> schedule)
The schedule of runs for this data source.
This is a convenience method that creates an instance of theScheduleConfiguration.Builderavoiding the need to create one manually viaScheduleConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschedule(ScheduleConfiguration).- Parameters:
schedule- a consumer that will call methods onScheduleConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
schedule(ScheduleConfiguration)
-
status
DeleteDataSourceResponse.Builder status(String status)
The status of this data source.
- Parameters:
status- The status of this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceStatus,DataSourceStatus
-
status
DeleteDataSourceResponse.Builder status(DataSourceStatus status)
The status of this data source.
- Parameters:
status- The status of this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceStatus,DataSourceStatus
-
type
DeleteDataSourceResponse.Builder type(String type)
The type of this data source.
- Parameters:
type- The type of this data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
DeleteDataSourceResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this data source was updated.
- Parameters:
updatedAt- The timestamp of when this data source was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-