Interface MetadataGenerationRunItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetadataGenerationRunItem.Builder,MetadataGenerationRunItem>,SdkBuilder<MetadataGenerationRunItem.Builder,MetadataGenerationRunItem>,SdkPojo
- Enclosing class:
- MetadataGenerationRunItem
public static interface MetadataGenerationRunItem.Builder extends SdkPojo, CopyableBuilder<MetadataGenerationRunItem.Builder,MetadataGenerationRunItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MetadataGenerationRunItem.BuildercreatedAt(Instant createdAt)The timestamp at which the metadata generation run was created.MetadataGenerationRunItem.BuildercreatedBy(String createdBy)The user who created the metadata generation run.MetadataGenerationRunItem.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which the metadata generation run was created.MetadataGenerationRunItem.Builderid(String id)The ID of the metadata generation run.MetadataGenerationRunItem.BuilderowningProjectId(String owningProjectId)The ID of the project that owns the asset for which the metadata generation was ran.MetadataGenerationRunItem.Builderstatus(String status)The status of the metadata generation run.MetadataGenerationRunItem.Builderstatus(MetadataGenerationRunStatus status)The status of the metadata generation run.default MetadataGenerationRunItem.Buildertarget(Consumer<MetadataGenerationRunTarget.Builder> target)The asset for which metadata was generated.MetadataGenerationRunItem.Buildertarget(MetadataGenerationRunTarget target)The asset for which metadata was generated.MetadataGenerationRunItem.Buildertype(String type)The type of the metadata generation run.MetadataGenerationRunItem.Buildertype(MetadataGenerationRunType type)The type of the metadata generation run.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createdAt
MetadataGenerationRunItem.Builder createdAt(Instant createdAt)
The timestamp at which the metadata generation run was created.
- Parameters:
createdAt- The timestamp at which the metadata generation run was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
MetadataGenerationRunItem.Builder createdBy(String createdBy)
The user who created the metadata generation run.
- Parameters:
createdBy- The user who created the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
MetadataGenerationRunItem.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the metadata generation run was created.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which the metadata generation run was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
MetadataGenerationRunItem.Builder id(String id)
The ID of the metadata generation run.
- Parameters:
id- The ID of the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
MetadataGenerationRunItem.Builder owningProjectId(String owningProjectId)
The ID of the project that owns the asset for which the metadata generation was ran.
- Parameters:
owningProjectId- The ID of the project that owns the asset for which the metadata generation was ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
MetadataGenerationRunItem.Builder status(String status)
The status of the metadata generation run.
- Parameters:
status- The status of the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunStatus,MetadataGenerationRunStatus
-
status
MetadataGenerationRunItem.Builder status(MetadataGenerationRunStatus status)
The status of the metadata generation run.
- Parameters:
status- The status of the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunStatus,MetadataGenerationRunStatus
-
target
MetadataGenerationRunItem.Builder target(MetadataGenerationRunTarget target)
The asset for which metadata was generated.
- Parameters:
target- The asset for which metadata was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
default MetadataGenerationRunItem.Builder target(Consumer<MetadataGenerationRunTarget.Builder> target)
The asset for which metadata was generated.
This is a convenience method that creates an instance of theMetadataGenerationRunTarget.Builderavoiding the need to create one manually viaMetadataGenerationRunTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totarget(MetadataGenerationRunTarget).- Parameters:
target- a consumer that will call methods onMetadataGenerationRunTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
target(MetadataGenerationRunTarget)
-
type
MetadataGenerationRunItem.Builder type(String type)
The type of the metadata generation run.
- Parameters:
type- The type of the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunType,MetadataGenerationRunType
-
type
MetadataGenerationRunItem.Builder type(MetadataGenerationRunType type)
The type of the metadata generation run.
- Parameters:
type- The type of the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunType,MetadataGenerationRunType
-
-