public static interface CreateLoginProfileResponse.Builder extends IAMResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.