Interface UserProfileDetails.Builder

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

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

    • domainId

      UserProfileDetails.Builder domainId(String domainId)

      The domain ID.

      Parameters:
      domainId - The domain ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userProfileName

      UserProfileDetails.Builder userProfileName(String userProfileName)

      The user profile name.

      Parameters:
      userProfileName - The user profile name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status.

      Parameters:
      status - The status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status.

      Parameters:
      status - The status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      UserProfileDetails.Builder creationTime(Instant creationTime)

      The creation time.

      Parameters:
      creationTime - The creation time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      UserProfileDetails.Builder lastModifiedTime(Instant lastModifiedTime)

      The last modified time.

      Parameters:
      lastModifiedTime - The last modified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.