public static interface CreateLoginProfileResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<CreateLoginProfileResponse.Builder,CreateLoginProfileResponse>
Modifier and Type | Method and Description |
---|---|
default CreateLoginProfileResponse.Builder |
loginProfile(Consumer<LoginProfile.Builder> loginProfile)
A structure containing the user name and password create date.
|
CreateLoginProfileResponse.Builder |
loginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateLoginProfileResponse.Builder loginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date.
loginProfile
- A structure containing the user name and password create date.default CreateLoginProfileResponse.Builder loginProfile(Consumer<LoginProfile.Builder> loginProfile)
A structure containing the user name and password create date.
This is a convenience 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.Builder
loginProfile(LoginProfile)
Copyright © 2021. All rights reserved.