Interface PutAccountSettingsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAccountSettingsRequest.Builder,,PutAccountSettingsRequest> EvsRequest.Builder,SdkBuilder<PutAccountSettingsRequest.Builder,,PutAccountSettingsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutAccountSettingsRequest
@Mutable
@NotThreadSafe
public static interface PutAccountSettingsRequest.Builder
extends EvsRequest.Builder, SdkPojo, CopyableBuilder<PutAccountSettingsRequest.Builder,PutAccountSettingsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.settings(Collection<AccountSetting> settings) A list of regional account-level EVS settings to create or update.settings(Consumer<AccountSetting.Builder>... settings) A list of regional account-level EVS settings to create or update.settings(AccountSetting... settings) A list of regional account-level EVS settings to create or update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.evs.model.EvsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
settings
A list of regional account-level EVS settings to create or update. Only the settings included in this list are modified.
- Parameters:
settings- A list of regional account-level EVS settings to create or update. Only the settings included in this list are modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
A list of regional account-level EVS settings to create or update. Only the settings included in this list are modified.
- Parameters:
settings- A list of regional account-level EVS settings to create or update. Only the settings included in this list are modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
A list of regional account-level EVS settings to create or update. Only the settings included in this list are modified.
This is a convenience method that creates an instance of theAccountSetting.Builderavoiding the need to create one manually viaAccountSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosettings(List<AccountSetting>).- Parameters:
settings- a consumer that will call methods onAccountSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutAccountSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutAccountSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-