Interface AssetBundleImportJobAnalysisOverrideTags.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobAnalysisOverrideTags.Builder,AssetBundleImportJobAnalysisOverrideTags>,SdkBuilder<AssetBundleImportJobAnalysisOverrideTags.Builder,AssetBundleImportJobAnalysisOverrideTags>,SdkPojo
- Enclosing class:
- AssetBundleImportJobAnalysisOverrideTags
public static interface AssetBundleImportJobAnalysisOverrideTags.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobAnalysisOverrideTags.Builder,AssetBundleImportJobAnalysisOverrideTags>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportJobAnalysisOverrideTags.BuilderanalysisIds(String... analysisIds)A list of analysis IDs that you want to apply overrides to.AssetBundleImportJobAnalysisOverrideTags.BuilderanalysisIds(Collection<String> analysisIds)A list of analysis IDs that you want to apply overrides to.AssetBundleImportJobAnalysisOverrideTags.Buildertags(Collection<Tag> tags)A list of tags for the analyses that you want to apply overrides to.AssetBundleImportJobAnalysisOverrideTags.Buildertags(Consumer<Tag.Builder>... tags)A list of tags for the analyses that you want to apply overrides to.AssetBundleImportJobAnalysisOverrideTags.Buildertags(Tag... tags)A list of tags for the analyses that you want to apply overrides to.-
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
-
analysisIds
AssetBundleImportJobAnalysisOverrideTags.Builder analysisIds(Collection<String> analysisIds)
A list of analysis IDs that you want to apply overrides to. You can use
*to override all analyses in this asset bundle.- Parameters:
analysisIds- A list of analysis IDs that you want to apply overrides to. You can use*to override all analyses in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisIds
AssetBundleImportJobAnalysisOverrideTags.Builder analysisIds(String... analysisIds)
A list of analysis IDs that you want to apply overrides to. You can use
*to override all analyses in this asset bundle.- Parameters:
analysisIds- A list of analysis IDs that you want to apply overrides to. You can use*to override all analyses in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssetBundleImportJobAnalysisOverrideTags.Builder tags(Collection<Tag> tags)
A list of tags for the analyses that you want to apply overrides to.
- Parameters:
tags- A list of tags for the analyses that you want to apply overrides to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssetBundleImportJobAnalysisOverrideTags.Builder tags(Tag... tags)
A list of tags for the analyses that you want to apply overrides to.
- Parameters:
tags- A list of tags for the analyses that you want to apply overrides to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssetBundleImportJobAnalysisOverrideTags.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags for the analyses that you want to apply overrides to.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
-