Interface StartMetadataGenerationRunResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartMetadataGenerationRunResponse.Builder,StartMetadataGenerationRunResponse>,DataZoneResponse.Builder,SdkBuilder<StartMetadataGenerationRunResponse.Builder,StartMetadataGenerationRunResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartMetadataGenerationRunResponse
public static interface StartMetadataGenerationRunResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<StartMetadataGenerationRunResponse.Builder,StartMetadataGenerationRunResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartMetadataGenerationRunResponse.BuildercreatedAt(Instant createdAt)The timestamp at which the metadata generation run was started.StartMetadataGenerationRunResponse.BuildercreatedBy(String createdBy)The ID of the user who started the metadata generation run.StartMetadataGenerationRunResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which the metadata generation run was started.StartMetadataGenerationRunResponse.Builderid(String id)The ID of the metadata generation run.StartMetadataGenerationRunResponse.BuilderowningProjectId(String owningProjectId)The ID of the project that owns the asset for which the metadata generation run was started.StartMetadataGenerationRunResponse.Builderstatus(String status)The status of the metadata generation run.StartMetadataGenerationRunResponse.Builderstatus(MetadataGenerationRunStatus status)The status of the metadata generation run.StartMetadataGenerationRunResponse.Buildertype(String type)The type of the metadata generation run.StartMetadataGenerationRunResponse.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.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
-
createdAt
StartMetadataGenerationRunResponse.Builder createdAt(Instant createdAt)
The timestamp at which the metadata generation run was started.
- Parameters:
createdAt- The timestamp at which the metadata generation run was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
StartMetadataGenerationRunResponse.Builder createdBy(String createdBy)
The ID of the user who started the metadata generation run.
- Parameters:
createdBy- The ID of the user who started the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
StartMetadataGenerationRunResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the metadata generation run was started.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which the metadata generation run was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
StartMetadataGenerationRunResponse.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
StartMetadataGenerationRunResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that owns the asset for which the metadata generation run was started.
- Parameters:
owningProjectId- The ID of the project that owns the asset for which the metadata generation run was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
StartMetadataGenerationRunResponse.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
StartMetadataGenerationRunResponse.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
-
type
StartMetadataGenerationRunResponse.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
StartMetadataGenerationRunResponse.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
-
-