public static interface DescribeAccountConfigurationResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountConfigurationResponse.Builder,DescribeAccountConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountConfigurationResponse.Builder |
accountConfiguration(AccountConfiguration accountConfiguration)
Sets the value of the AccountConfiguration property for this object.
|
default DescribeAccountConfigurationResponse.Builder |
accountConfiguration(Consumer<AccountConfiguration.Builder> accountConfiguration)
Sets the value of the AccountConfiguration property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountConfigurationResponse.Builder accountConfiguration(AccountConfiguration accountConfiguration)
accountConfiguration - The new value for the AccountConfiguration property for this object.default DescribeAccountConfigurationResponse.Builder accountConfiguration(Consumer<AccountConfiguration.Builder> accountConfiguration)
AccountConfiguration.Builder avoiding
the need to create one manually via AccountConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to accountConfiguration(AccountConfiguration).
accountConfiguration - a consumer that will call methods on AccountConfiguration.BuilderaccountConfiguration(AccountConfiguration)Copyright © 2023. All rights reserved.