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