Interface AttachedPermissionsBoundary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>, SdkBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>, SdkPojo
Enclosing class:
AttachedPermissionsBoundary

public static interface AttachedPermissionsBoundary.Builder extends SdkPojo, CopyableBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>
  • Method Details

    • 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:
    • 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:
    • 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.