Interface AttachedPermissionsBoundary.Builder

    • Method Detail

      • permissionsBoundaryType

        AttachedPermissionsBoundary.Builder permissionsBoundaryType​(String permissionsBoundaryType)

        The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of Policy.

        Parameters:
        permissionsBoundaryType - The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of Policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PermissionsBoundaryAttachmentType, PermissionsBoundaryAttachmentType
      • permissionsBoundaryType

        AttachedPermissionsBoundary.Builder permissionsBoundaryType​(PermissionsBoundaryAttachmentType permissionsBoundaryType)

        The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of Policy.

        Parameters:
        permissionsBoundaryType - The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of Policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PermissionsBoundaryAttachmentType, PermissionsBoundaryAttachmentType
      • permissionsBoundaryArn

        AttachedPermissionsBoundary.Builder permissionsBoundaryArn​(String permissionsBoundaryArn)

        The ARN of the policy used to set the permissions boundary for the user or role.

        Parameters:
        permissionsBoundaryArn - The ARN of the policy used to set the permissions boundary for the user or role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.