Interface CreateDataProductRevisionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDataProductRevisionRequest.Builder,
,CreateDataProductRevisionRequest> DataZoneRequest.Builder
,SdkBuilder<CreateDataProductRevisionRequest.Builder,
,CreateDataProductRevisionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDataProductRevisionRequest
-
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 revision.domainIdentifier
(String domainIdentifier) The ID of the domain where the data product revision is created.formsInput
(Collection<FormInput> formsInput) The metadata forms of the data product revision.formsInput
(Consumer<FormInput.Builder>... formsInput) The metadata forms of the data product revision.formsInput
(FormInput... formsInput) The metadata forms of the data product revision.glossaryTerms
(String... glossaryTerms) The glossary terms of the data product revision.glossaryTerms
(Collection<String> glossaryTerms) The glossary terms of the data product revision.identifier
(String identifier) The ID of the data product revision.items
(Collection<DataProductItem> items) The data assets of the data product revision.items
(Consumer<DataProductItem.Builder>... items) The data assets of the data product revision.items
(DataProductItem... items) The data assets of the data product revision.The name of the data product revision.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 revision.
- Parameters:
description
- The description of the data product revision.- 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 revision is created.
- Parameters:
domainIdentifier
- The ID of the domain where the data product revision 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 revision.
- Parameters:
formsInput
- The metadata forms of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
The metadata forms of the data product revision.
- Parameters:
formsInput
- The metadata forms of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
The metadata forms of the data product revision.
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 revision.
- Parameters:
glossaryTerms
- The glossary terms of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms of the data product revision.
- Parameters:
glossaryTerms
- The glossary terms of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The ID of the data product revision.
- Parameters:
identifier
- The ID of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The data assets of the data product revision.
- Parameters:
items
- The data assets of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The data assets of the data product revision.
- Parameters:
items
- The data assets of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The data assets of the data product revision.
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 revision.
- Parameters:
name
- The name of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDataProductRevisionRequest.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
CreateDataProductRevisionRequest.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.
-