Interface RunCommandParameters.Builder

    • Method Detail

      • runCommandTargets

        RunCommandParameters.Builder runCommandTargets​(Collection<RunCommandTarget> runCommandTargets)

        Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.

        Parameters:
        runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runCommandTargets

        RunCommandParameters.Builder runCommandTargets​(RunCommandTarget... runCommandTargets)

        Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.

        Parameters:
        runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.