Interface AzureUpdateConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AzureUpdateConfiguration.Builder,,AzureUpdateConfiguration> SdkBuilder<AzureUpdateConfiguration.Builder,,AzureUpdateConfiguration> SdkPojo
- Enclosing class:
AzureUpdateConfiguration
@Mutable
@NotThreadSafe
public static interface AzureUpdateConfiguration.Builder
extends SdkPojo, CopyableBuilder<AzureUpdateConfiguration.Builder,AzureUpdateConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionazureRegions(String... azureRegions) The updated list of Azure regions to monitor.azureRegions(Collection<String> azureRegions) The updated list of Azure regions to monitor.default AzureUpdateConfiguration.BuilderscopeConfiguration(Consumer<AzureScopeConfiguration.Builder> scopeConfiguration) The updated scope configuration.scopeConfiguration(AzureScopeConfiguration scopeConfiguration) The updated scope configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
scopeConfiguration
The updated scope configuration.
- Parameters:
scopeConfiguration- The updated scope configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopeConfiguration
default AzureUpdateConfiguration.Builder scopeConfiguration(Consumer<AzureScopeConfiguration.Builder> scopeConfiguration) The updated scope configuration.
This is a convenience method that creates an instance of theAzureScopeConfiguration.Builderavoiding the need to create one manually viaAzureScopeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscopeConfiguration(AzureScopeConfiguration).- Parameters:
scopeConfiguration- a consumer that will call methods onAzureScopeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
azureRegions
The updated list of Azure regions to monitor.
- Parameters:
azureRegions- The updated list of Azure regions to monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
azureRegions
The updated list of Azure regions to monitor.
- Parameters:
azureRegions- The updated list of Azure regions to monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-