Interface CreateAssetTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAssetTypeRequest.Builder,CreateAssetTypeRequest>,DataZoneRequest.Builder,SdkBuilder<CreateAssetTypeRequest.Builder,CreateAssetTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAssetTypeRequest
public static interface CreateAssetTypeRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetTypeRequest.Builder,CreateAssetTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAssetTypeRequest.Builderdescription(String description)The descripton of the custom asset type.CreateAssetTypeRequest.BuilderdomainIdentifier(String domainIdentifier)The unique identifier of the Amazon DataZone domain where the custom asset type is being created.CreateAssetTypeRequest.BuilderformsInput(Map<String,FormEntryInput> formsInput)The metadata forms that are to be attached to the custom asset type.CreateAssetTypeRequest.Buildername(String name)The name of the custom asset type.CreateAssetTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAssetTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAssetTypeRequest.BuilderowningProjectIdentifier(String owningProjectIdentifier)The identifier of the Amazon DataZone project that is to own the custom asset type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
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
-
description
CreateAssetTypeRequest.Builder description(String description)
The descripton of the custom asset type.
- Parameters:
description- The descripton of the custom asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
CreateAssetTypeRequest.Builder domainIdentifier(String domainIdentifier)
The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
- Parameters:
domainIdentifier- The unique identifier of the Amazon DataZone domain where the custom asset type is being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
CreateAssetTypeRequest.Builder formsInput(Map<String,FormEntryInput> formsInput)
The metadata forms that are to be attached to the custom asset type.
- Parameters:
formsInput- The metadata forms that are to be attached to the custom asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateAssetTypeRequest.Builder name(String name)
The name of the custom asset type.
- Parameters:
name- The name of the custom asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectIdentifier
CreateAssetTypeRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)
The identifier of the Amazon DataZone project that is to own the custom asset type.
- Parameters:
owningProjectIdentifier- The identifier of the Amazon DataZone project that is to own the custom asset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAssetTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAssetTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-