public static interface DescribeUserProfileResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserProfileResponse.Builder,DescribeUserProfileResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUserProfileResponse.Builder domainId(String domainId)
The ID of the domain that contains the profile.
domainId - The ID of the domain that contains the profile.DescribeUserProfileResponse.Builder userProfileArn(String userProfileArn)
The user profile Amazon Resource Name (ARN).
userProfileArn - The user profile Amazon Resource Name (ARN).DescribeUserProfileResponse.Builder userProfileName(String userProfileName)
The user profile name.
userProfileName - The user profile name.DescribeUserProfileResponse.Builder homeEfsFileSystemUid(String homeEfsFileSystemUid)
The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
homeEfsFileSystemUid - The ID of the user's profile in the Amazon Elastic File System (EFS) volume.DescribeUserProfileResponse.Builder status(String status)
The status.
status - The status.UserProfileStatus,
UserProfileStatusDescribeUserProfileResponse.Builder status(UserProfileStatus status)
The status.
status - The status.UserProfileStatus,
UserProfileStatusDescribeUserProfileResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last modified time.
lastModifiedTime - The last modified time.DescribeUserProfileResponse.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.DescribeUserProfileResponse.Builder failureReason(String failureReason)
The failure reason.
failureReason - The failure reason.DescribeUserProfileResponse.Builder singleSignOnUserIdentifier(String singleSignOnUserIdentifier)
The SSO user identifier.
singleSignOnUserIdentifier - The SSO user identifier.DescribeUserProfileResponse.Builder singleSignOnUserValue(String singleSignOnUserValue)
The SSO user value.
singleSignOnUserValue - The SSO user value.DescribeUserProfileResponse.Builder userSettings(UserSettings userSettings)
A collection of settings.
userSettings - A collection of settings.default DescribeUserProfileResponse.Builder userSettings(Consumer<UserSettings.Builder> userSettings)
A collection of settings.
This is a convenience that creates an instance of theUserSettings.Builder avoiding the need to
create one manually via UserSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to userSettings(UserSettings).userSettings - a consumer that will call methods on UserSettings.BuilderuserSettings(UserSettings)Copyright © 2022. All rights reserved.