Interface GetMetadataGenerationRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMetadataGenerationRunRequest.Builder,GetMetadataGenerationRunRequest>,DataZoneRequest.Builder,SdkBuilder<GetMetadataGenerationRunRequest.Builder,GetMetadataGenerationRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMetadataGenerationRunRequest
public static interface GetMetadataGenerationRunRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetMetadataGenerationRunRequest.Builder,GetMetadataGenerationRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMetadataGenerationRunRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain the metadata generation run of which you want to get.GetMetadataGenerationRunRequest.Builderidentifier(String identifier)The identifier of the metadata generation run.GetMetadataGenerationRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMetadataGenerationRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
domainIdentifier
GetMetadataGenerationRunRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain the metadata generation run of which you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
GetMetadataGenerationRunRequest.Builder identifier(String identifier)
The identifier of the metadata generation run.
- Parameters:
identifier- The identifier of the metadata generation run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMetadataGenerationRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMetadataGenerationRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-