Interface DelegationMetadata.Builder

    • Method Detail

      • id

        DelegationMetadata.Builder id​(String id)

        The unique identifier for the delegation.

        Parameters:
        id - The unique identifier for the delegation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assessmentName

        DelegationMetadata.Builder assessmentName​(String assessmentName)

        The name of the associated assessment.

        Parameters:
        assessmentName - The name of the associated assessment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assessmentId

        DelegationMetadata.Builder assessmentId​(String assessmentId)

        The unique identifier for the assessment.

        Parameters:
        assessmentId - The unique identifier for the assessment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DelegationMetadata.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DelegationMetadata.Builder creationTime​(Instant creationTime)

        Specifies when the delegation was created.

        Parameters:
        creationTime - Specifies when the delegation was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlSetName

        DelegationMetadata.Builder controlSetName​(String controlSetName)

        Specifies the name of the control set that was delegated for review.

        Parameters:
        controlSetName - Specifies the name of the control set that was delegated for review.
        Returns:
        Returns a reference to this object so that method calls can be chained together.