Interface AssociatedAccessPolicy.Builder

    • Method Detail

      • policyArn

        AssociatedAccessPolicy.Builder policyArn​(String policyArn)

        The ARN of the AccessPolicy.

        Parameters:
        policyArn - The ARN of the AccessPolicy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessScope

        AssociatedAccessPolicy.Builder accessScope​(AccessScope accessScope)

        The scope of the access policy.

        Parameters:
        accessScope - The scope of the access policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associatedAt

        AssociatedAccessPolicy.Builder associatedAt​(Instant associatedAt)

        The date and time the AccessPolicy was associated with an AccessEntry.

        Parameters:
        associatedAt - The date and time the AccessPolicy was associated with an AccessEntry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        AssociatedAccessPolicy.Builder modifiedAt​(Instant modifiedAt)

        The Unix epoch timestamp for the last modification to the object.

        Parameters:
        modifiedAt - The Unix epoch timestamp for the last modification to the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.