Interface CreateAssetTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAssetTypeResponse.Builder,CreateAssetTypeResponse>,DataZoneResponse.Builder,SdkBuilder<CreateAssetTypeResponse.Builder,CreateAssetTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAssetTypeResponse
public static interface CreateAssetTypeResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateAssetTypeResponse.Builder,CreateAssetTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAssetTypeResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the asset type is to be created.CreateAssetTypeResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who creates this custom asset type.CreateAssetTypeResponse.Builderdescription(String description)The description of the custom asset type.CreateAssetTypeResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which the asset type was created.CreateAssetTypeResponse.BuilderformsOutput(Map<String,FormEntryOutput> formsOutput)The metadata forms that are attached to the asset type.CreateAssetTypeResponse.Buildername(String name)The name of the asset type.CreateAssetTypeResponse.BuilderoriginDomainId(String originDomainId)The ID of the Amazon DataZone domain where the asset type was originally created.CreateAssetTypeResponse.BuilderoriginProjectId(String originProjectId)The ID of the Amazon DataZone project where the asset type was originally created.CreateAssetTypeResponse.BuilderowningProjectId(String owningProjectId)The ID of the Amazon DataZone project that currently owns this asset type.CreateAssetTypeResponse.Builderrevision(String revision)The revision of the custom asset type.CreateAssetTypeResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when the custom type was created.CreateAssetTypeResponse.BuilderupdatedBy(String updatedBy)The Amazon DataZone user that created the custom asset type.-
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
CreateAssetTypeResponse.Builder createdAt(Instant createdAt)
The timestamp of when the asset type is to be created.
- Parameters:
createdAt- The timestamp of when the asset type is to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
CreateAssetTypeResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who creates this custom asset type.
- Parameters:
createdBy- The Amazon DataZone user who creates this custom asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateAssetTypeResponse.Builder description(String description)
The description of the custom asset type.
- Parameters:
description- The description of the custom asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
CreateAssetTypeResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type was created.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which the asset type was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
CreateAssetTypeResponse.Builder formsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms that are attached to the asset type.
- Parameters:
formsOutput- The metadata forms that are attached to the asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateAssetTypeResponse.Builder name(String name)
The name of the asset type.
- Parameters:
name- The name of the asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originDomainId
CreateAssetTypeResponse.Builder originDomainId(String originDomainId)
The ID of the Amazon DataZone domain where the asset type was originally created.
- Parameters:
originDomainId- The ID of the Amazon DataZone domain where the asset type was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originProjectId
CreateAssetTypeResponse.Builder originProjectId(String originProjectId)
The ID of the Amazon DataZone project where the asset type was originally created.
- Parameters:
originProjectId- The ID of the Amazon DataZone project where the asset type was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
CreateAssetTypeResponse.Builder owningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that currently owns this asset type.
- Parameters:
owningProjectId- The ID of the Amazon DataZone project that currently owns this asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
CreateAssetTypeResponse.Builder revision(String revision)
The revision of the custom asset type.
- Parameters:
revision- The revision of the custom asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
CreateAssetTypeResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the custom type was created.
- Parameters:
updatedAt- The timestamp of when the custom type was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
CreateAssetTypeResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user that created the custom asset type.
- Parameters:
updatedBy- The Amazon DataZone user that created the custom asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-