Interface AssetBundleImportJobVPCConnectionOverrideTags.Builder

    • 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.