Class ClusterBootstrapActionArgs.Builder

  • Enclosing class:
    ClusterBootstrapActionArgs

    public static final class ClusterBootstrapActionArgs.Builder
    extends java.lang.Object
    • Method Detail

      • args

        public ClusterBootstrapActionArgs.Builder args​(@Nullable
                                                       com.pulumi.core.Output<java.util.List<java.lang.String>> args)
        Parameters:
        args - List of command line arguments to pass to the bootstrap action script.
        Returns:
        builder
      • args

        public ClusterBootstrapActionArgs.Builder args​(java.util.List<java.lang.String> args)
        Parameters:
        args - List of command line arguments to pass to the bootstrap action script.
        Returns:
        builder
      • args

        public ClusterBootstrapActionArgs.Builder args​(java.lang.String... args)
        Parameters:
        args - List of command line arguments to pass to the bootstrap action script.
        Returns:
        builder
      • name

        public ClusterBootstrapActionArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the bootstrap action.
        Returns:
        builder
      • path

        public ClusterBootstrapActionArgs.Builder path​(com.pulumi.core.Output<java.lang.String> path)
        Parameters:
        path - Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.
        Returns:
        builder
      • path

        public ClusterBootstrapActionArgs.Builder path​(java.lang.String path)
        Parameters:
        path - Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.
        Returns:
        builder