Interface StartMetadataGenerationRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMetadataGenerationRunRequest.Builder,StartMetadataGenerationRunRequest>,DataZoneRequest.Builder,SdkBuilder<StartMetadataGenerationRunRequest.Builder,StartMetadataGenerationRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartMetadataGenerationRunRequest
public static interface StartMetadataGenerationRunRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<StartMetadataGenerationRunRequest.Builder,StartMetadataGenerationRunRequest>
-
-
Method Summary
-
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
-
clientToken
StartMetadataGenerationRunRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
- Parameters:
clientToken- A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
StartMetadataGenerationRunRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to start a metadata generation run.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain where you want to start a metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectIdentifier
StartMetadataGenerationRunRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that owns the asset for which you want to start a metadata generation run.
- Parameters:
owningProjectIdentifier- The ID of the project that owns the asset for which you want to start a metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
StartMetadataGenerationRunRequest.Builder target(MetadataGenerationRunTarget target)
The asset for which you want to start a metadata generation run.
- Parameters:
target- The asset for which you want to start a metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
default StartMetadataGenerationRunRequest.Builder target(Consumer<MetadataGenerationRunTarget.Builder> target)
The asset for which you want to start a metadata generation run.
This is a convenience method that creates an instance of theMetadataGenerationRunTarget.Builderavoiding the need to create one manually viaMetadataGenerationRunTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totarget(MetadataGenerationRunTarget).- Parameters:
target- a consumer that will call methods onMetadataGenerationRunTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
target(MetadataGenerationRunTarget)
-
type
StartMetadataGenerationRunRequest.Builder type(String type)
The type of the metadata generation run.
- Parameters:
type- The type of the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunType,MetadataGenerationRunType
-
type
StartMetadataGenerationRunRequest.Builder type(MetadataGenerationRunType type)
The type of the metadata generation run.
- Parameters:
type- The type of the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunType,MetadataGenerationRunType
-
overrideConfiguration
StartMetadataGenerationRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartMetadataGenerationRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-