Interface CreateDataProductRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDataProductRequest.Builder,
,CreateDataProductRequest> DataZoneRequest.Builder
,SdkBuilder<CreateDataProductRequest.Builder,
,CreateDataProductRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDataProductRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.description
(String description) The description of the data product.domainIdentifier
(String domainIdentifier) The ID of the domain where the data product is created.formsInput
(Collection<FormInput> formsInput) The metadata forms of the data product.formsInput
(Consumer<FormInput.Builder>... formsInput) The metadata forms of the data product.formsInput
(FormInput... formsInput) The metadata forms of the data product.glossaryTerms
(String... glossaryTerms) The glossary terms of the data product.glossaryTerms
(Collection<String> glossaryTerms) The glossary terms of the data product.items
(Collection<DataProductItem> items) The data assets of the data product.items
(Consumer<DataProductItem.Builder>... items) The data assets of the data product.items
(DataProductItem... items) The data assets of the data product.The name of the data product.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.owningProjectIdentifier
(String owningProjectIdentifier) The ID of the owning project of the data product.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, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Parameters:
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the data product.
- Parameters:
description
- The description of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The ID of the domain where the data product is created.
- Parameters:
domainIdentifier
- The ID of the domain where the data product is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
The metadata forms of the data product.
- Parameters:
formsInput
- The metadata forms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
The metadata forms of the data product.
- Parameters:
formsInput
- The metadata forms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
The metadata forms of the data product.
This is a convenience method that creates an instance of theFormInput.Builder
avoiding the need to create one manually viaFormInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toformsInput(List<FormInput>)
.- Parameters:
formsInput
- a consumer that will call methods onFormInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
glossaryTerms
The glossary terms of the data product.
- Parameters:
glossaryTerms
- The glossary terms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms of the data product.
- Parameters:
glossaryTerms
- The glossary terms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The data assets of the data product.
- Parameters:
items
- The data assets of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The data assets of the data product.
- Parameters:
items
- The data assets of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The data assets of the data product.
This is a convenience method that creates an instance of theDataProductItem.Builder
avoiding the need to create one manually viaDataProductItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<DataProductItem>)
.- Parameters:
items
- a consumer that will call methods onDataProductItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the data product.
- Parameters:
name
- The name of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectIdentifier
The ID of the owning project of the data product.
- Parameters:
owningProjectIdentifier
- The ID of the owning project of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDataProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDataProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-