public static interface GetAccountSettingsResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<GetAccountSettingsResponse.Builder,GetAccountSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAccountSettingsResponse.Builder |
accountSettings(AccountSettings accountSettings)
The account settings.
|
default GetAccountSettingsResponse.Builder |
accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The account settings.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)
The account settings.
accountSettings - The account settings.default GetAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The account settings.
This is a convenience that creates an instance of theAccountSettings.Builder avoiding the need to
create one manually via AccountSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accountSettings(AccountSettings).accountSettings - a consumer that will call methods on AccountSettings.BuilderaccountSettings(AccountSettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.