public static interface GetAccountSettingsResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<GetAccountSettingsResponse.Builder,GetAccountSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAccountSettingsResponse.Builder |
accountSettings(AccountSettings accountSettings)
The Proton pipeline service role detail data that's returned by Proton.
|
default GetAccountSettingsResponse.Builder |
accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The Proton pipeline service role detail data that's returned by Proton.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)
The Proton pipeline service role detail data that's returned by Proton.
accountSettings - The Proton pipeline service role detail data that's returned by Proton.default GetAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The Proton pipeline service role detail data that's returned by Proton.
This is a convenience method 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 © 2023. All rights reserved.