Interface UpdateAccountConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAccountConfigurationRequest.Builder,UpdateAccountConfigurationRequest>,MediaLiveRequest.Builder,SdkBuilder<UpdateAccountConfigurationRequest.Builder,UpdateAccountConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAccountConfigurationRequest
public static interface UpdateAccountConfigurationRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountConfigurationRequest.Builder,UpdateAccountConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAccountConfigurationRequest.BuilderaccountConfiguration(Consumer<AccountConfiguration.Builder> accountConfiguration)Sets the value of the AccountConfiguration property for this object.UpdateAccountConfigurationRequest.BuilderaccountConfiguration(AccountConfiguration accountConfiguration)Sets the value of the AccountConfiguration property for this object.UpdateAccountConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAccountConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountConfiguration
UpdateAccountConfigurationRequest.Builder accountConfiguration(AccountConfiguration accountConfiguration)
Sets the value of the AccountConfiguration property for this object.- Parameters:
accountConfiguration- The new value for the AccountConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountConfiguration
default UpdateAccountConfigurationRequest.Builder accountConfiguration(Consumer<AccountConfiguration.Builder> accountConfiguration)
Sets the value of the AccountConfiguration property for this object. This is a convenience method that creates an instance of theAccountConfiguration.Builderavoiding the need to create one manually viaAccountConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountConfiguration(AccountConfiguration).- Parameters:
accountConfiguration- a consumer that will call methods onAccountConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accountConfiguration(AccountConfiguration)
-
overrideConfiguration
UpdateAccountConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAccountConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-