Interface AssetBundleImportJobVPCConnectionOverrideTags.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobVPCConnectionOverrideTags.Builder,AssetBundleImportJobVPCConnectionOverrideTags>,SdkBuilder<AssetBundleImportJobVPCConnectionOverrideTags.Builder,AssetBundleImportJobVPCConnectionOverrideTags>,SdkPojo
- Enclosing class:
- AssetBundleImportJobVPCConnectionOverrideTags
@Mutable @NotThreadSafe public static interface AssetBundleImportJobVPCConnectionOverrideTags.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobVPCConnectionOverrideTags.Builder,AssetBundleImportJobVPCConnectionOverrideTags>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportJobVPCConnectionOverrideTags.Buildertags(Collection<Tag> tags)A list of tags for the VPC connections that you want to apply overrides to.AssetBundleImportJobVPCConnectionOverrideTags.Buildertags(Consumer<Tag.Builder>... tags)A list of tags for the VPC connections that you want to apply overrides to.AssetBundleImportJobVPCConnectionOverrideTags.Buildertags(Tag... tags)A list of tags for the VPC connections that you want to apply overrides to.AssetBundleImportJobVPCConnectionOverrideTags.BuildervpcConnectionIds(String... vpcConnectionIds)A list of VPC connection IDs that you want to apply overrides to.AssetBundleImportJobVPCConnectionOverrideTags.BuildervpcConnectionIds(Collection<String> vpcConnectionIds)A list of VPC connection IDs 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
vpcConnectionIds
AssetBundleImportJobVPCConnectionOverrideTags.Builder vpcConnectionIds(Collection<String> vpcConnectionIds)
A list of VPC connection IDs that you want to apply overrides to. You can use
*to override all VPC connections in this asset bundle.- Parameters:
vpcConnectionIds- A list of VPC connection IDs that you want to apply overrides to. You can use*to override all VPC connections in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionIds
AssetBundleImportJobVPCConnectionOverrideTags.Builder vpcConnectionIds(String... vpcConnectionIds)
A list of VPC connection IDs that you want to apply overrides to. You can use
*to override all VPC connections in this asset bundle.- Parameters:
vpcConnectionIds- A list of VPC connection IDs that you want to apply overrides to. You can use*to override all VPC connections in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssetBundleImportJobVPCConnectionOverrideTags.Builder tags(Collection<Tag> tags)
A list of tags for the VPC connections that you want to apply overrides to.
- Parameters:
tags- A list of tags for the VPC connections that you want to apply overrides to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssetBundleImportJobVPCConnectionOverrideTags.Builder tags(Tag... tags)
A list of tags for the VPC connections that you want to apply overrides to.
- Parameters:
tags- A list of tags for the VPC connections that you want to apply overrides to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssetBundleImportJobVPCConnectionOverrideTags.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags for the VPC connections 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)
-
-