Interface JobRunExecutionIamPolicy.Builder

    • Method Detail

      • policy

        JobRunExecutionIamPolicy.Builder policy​(String policy)

        An IAM inline policy to use as an execution IAM policy.

        Parameters:
        policy - An IAM inline policy to use as an execution IAM policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyArns

        JobRunExecutionIamPolicy.Builder policyArns​(Collection<String> policyArns)

        A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.

        Parameters:
        policyArns - A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyArns

        JobRunExecutionIamPolicy.Builder policyArns​(String... policyArns)

        A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.

        Parameters:
        policyArns - A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.