public static interface UpdateAccountSettingsResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountSettingsResponse.Builder,UpdateAccountSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountSettingsResponse.Builder |
accountSettings(AccountSettings accountSettings)
The Proton pipeline service role and repository data shared across the Amazon Web Services account.
|
default UpdateAccountSettingsResponse.Builder |
accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The Proton pipeline service role and repository data shared across the Amazon Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)
The Proton pipeline service role and repository data shared across the Amazon Web Services account.
accountSettings - The Proton pipeline service role and repository data shared across the Amazon Web Services account.default UpdateAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The Proton pipeline service role and repository data shared across the Amazon Web Services account.
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.