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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLoginProfileResponse.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 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 © 2022. All rights reserved.