Interface SetVisibleToAllUsersRequest.Builder

    • Method Detail

      • jobFlowIds

        SetVisibleToAllUsersRequest.Builder jobFlowIds​(Collection<String> jobFlowIds)

        The unique identifier of the job flow (cluster).

        Parameters:
        jobFlowIds - The unique identifier of the job flow (cluster).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobFlowIds

        SetVisibleToAllUsersRequest.Builder jobFlowIds​(String... jobFlowIds)

        The unique identifier of the job flow (cluster).

        Parameters:
        jobFlowIds - The unique identifier of the job flow (cluster).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • visibleToAllUsers

        SetVisibleToAllUsersRequest.Builder visibleToAllUsers​(Boolean visibleToAllUsers)

        A value of true indicates that an IAM principal in the Amazon Web Services account can perform Amazon EMR actions on the cluster that the IAM policies attached to the principal allow. A value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform Amazon EMR actions on the cluster.

        Parameters:
        visibleToAllUsers - A value of true indicates that an IAM principal in the Amazon Web Services account can perform Amazon EMR actions on the cluster that the IAM policies attached to the principal allow. A value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform Amazon EMR actions on the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.