public static interface GetLoginProfileResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetLoginProfileResponse.Builder,GetLoginProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetLoginProfileResponse.Builder |
loginProfile(Consumer<LoginProfile.Builder> loginProfile)
A structure containing the user name and the profile creation date for the user.
|
GetLoginProfileResponse.Builder |
loginProfile(LoginProfile loginProfile)
A structure containing the user name and the profile creation date for the user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLoginProfileResponse.Builder loginProfile(LoginProfile loginProfile)
A structure containing the user name and the profile creation date for the user.
loginProfile - A structure containing the user name and the profile creation date for the user.default GetLoginProfileResponse.Builder loginProfile(Consumer<LoginProfile.Builder> loginProfile)
A structure containing the user name and the profile creation date for the user.
This is a convenience method that creates an instance of theLoginProfile.Builder avoiding the need
to create one manually via LoginProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loginProfile(LoginProfile).
loginProfile - a consumer that will call methods on LoginProfile.BuilderloginProfile(LoginProfile)Copyright © 2023. All rights reserved.