public static interface GetLoginProfileResponse.Builder extends IAMResponse.Builder, 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 password create date for the user.
|
GetLoginProfileResponse.Builder |
loginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the user.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetLoginProfileResponse.Builder loginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the user.
loginProfile - A structure containing the user name and password create date for the user.default GetLoginProfileResponse.Builder loginProfile(Consumer<LoginProfile.Builder> loginProfile)
A structure containing the user name and password create date for the user.
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.