Interface MetadataGenerationRunTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetadataGenerationRunTarget.Builder,MetadataGenerationRunTarget>,SdkBuilder<MetadataGenerationRunTarget.Builder,MetadataGenerationRunTarget>,SdkPojo
- Enclosing class:
- MetadataGenerationRunTarget
public static interface MetadataGenerationRunTarget.Builder extends SdkPojo, CopyableBuilder<MetadataGenerationRunTarget.Builder,MetadataGenerationRunTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataGenerationRunTarget.Builderidentifier(String identifier)The ID of the metadata generation run's target.MetadataGenerationRunTarget.Builderrevision(String revision)The revision of the asset for which metadata was generated.MetadataGenerationRunTarget.Buildertype(String type)The type of the asset for which metadata was generated.MetadataGenerationRunTarget.Buildertype(MetadataGenerationTargetType type)The type of the asset for which metadata was generated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
identifier
MetadataGenerationRunTarget.Builder identifier(String identifier)
The ID of the metadata generation run's target.
- Parameters:
identifier- The ID of the metadata generation run's target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
MetadataGenerationRunTarget.Builder revision(String revision)
The revision of the asset for which metadata was generated.
- Parameters:
revision- The revision of the asset for which metadata was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
MetadataGenerationRunTarget.Builder type(String type)
The type of the asset for which metadata was generated.
- Parameters:
type- The type of the asset for which metadata was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationTargetType,MetadataGenerationTargetType
-
type
MetadataGenerationRunTarget.Builder type(MetadataGenerationTargetType type)
The type of the asset for which metadata was generated.
- Parameters:
type- The type of the asset for which metadata was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationTargetType,MetadataGenerationTargetType
-
-