Interface EcrContainerImageMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EcrContainerImageMetadata.Builder,EcrContainerImageMetadata>,SdkBuilder<EcrContainerImageMetadata.Builder,EcrContainerImageMetadata>,SdkPojo
- Enclosing class:
- EcrContainerImageMetadata
public static interface EcrContainerImageMetadata.Builder extends SdkPojo, CopyableBuilder<EcrContainerImageMetadata.Builder,EcrContainerImageMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EcrContainerImageMetadata.Buildertags(String... tags)Tags associated with the Amazon ECR image metadata.EcrContainerImageMetadata.Buildertags(Collection<String> tags)Tags associated with the Amazon ECR image metadata.-
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
-
tags
EcrContainerImageMetadata.Builder tags(Collection<String> tags)
Tags associated with the Amazon ECR image metadata.
- Parameters:
tags- Tags associated with the Amazon ECR image metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
EcrContainerImageMetadata.Builder tags(String... tags)
Tags associated with the Amazon ECR image metadata.
- Parameters:
tags- Tags associated with the Amazon ECR image metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-