public static interface CreateAssetTypeRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetTypeRequest.Builder,CreateAssetTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAssetTypeRequest.Builder |
description(String description)
The descripton of the custom asset type.
|
CreateAssetTypeRequest.Builder |
domainIdentifier(String domainIdentifier)
The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
|
CreateAssetTypeRequest.Builder |
formsInput(Map<String,FormEntryInput> formsInput)
The metadata forms that are to be attached to the custom asset type.
|
CreateAssetTypeRequest.Builder |
name(String name)
The name of the custom asset type.
|
CreateAssetTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAssetTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAssetTypeRequest.Builder |
owningProjectIdentifier(String owningProjectIdentifier)
The identifier of the Amazon DataZone project that is to own the custom asset type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssetTypeRequest.Builder description(String description)
The descripton of the custom asset type.
description - The descripton of the custom asset type.CreateAssetTypeRequest.Builder domainIdentifier(String domainIdentifier)
The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
domainIdentifier - The unique identifier of the Amazon DataZone domain where the custom asset type is being created.CreateAssetTypeRequest.Builder formsInput(Map<String,FormEntryInput> formsInput)
The metadata forms that are to be attached to the custom asset type.
formsInput - The metadata forms that are to be attached to the custom asset type.CreateAssetTypeRequest.Builder name(String name)
The name of the custom asset type.
name - The name of the custom asset type.CreateAssetTypeRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)
The identifier of the Amazon DataZone project that is to own the custom asset type.
owningProjectIdentifier - The identifier of the Amazon DataZone project that is to own the custom asset type.CreateAssetTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAssetTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.