Interface AssetBundleImportJobVPCConnectionOverrideTags.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssetBundleImportJobVPCConnectionOverrideTags.Builder,AssetBundleImportJobVPCConnectionOverrideTags>, SdkBuilder<AssetBundleImportJobVPCConnectionOverrideTags.Builder,AssetBundleImportJobVPCConnectionOverrideTags>, SdkPojo
Enclosing class:
AssetBundleImportJobVPCConnectionOverrideTags

public static interface AssetBundleImportJobVPCConnectionOverrideTags.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobVPCConnectionOverrideTags.Builder,AssetBundleImportJobVPCConnectionOverrideTags>
  • Method Details

    • 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

      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

      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

      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 the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: