public static interface GetAccountSettingsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetAccountSettingsResponse.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.Builder
accountSettings(AccountSettings)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.