Interface CspmProviderUpdateConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CspmProviderUpdateConfiguration.Builder,,CspmProviderUpdateConfiguration> SdkBuilder<CspmProviderUpdateConfiguration.Builder,,CspmProviderUpdateConfiguration> SdkPojo
- Enclosing class:
CspmProviderUpdateConfiguration
@Mutable
@NotThreadSafe
public static interface CspmProviderUpdateConfiguration.Builder
extends SdkPojo, CopyableBuilder<CspmProviderUpdateConfiguration.Builder,CspmProviderUpdateConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe Azure update configuration.azure(AzureUpdateConfiguration azure) The Azure update 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
-
azure
The Azure update configuration.
- Parameters:
azure- The Azure update configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
azure
default CspmProviderUpdateConfiguration.Builder azure(Consumer<AzureUpdateConfiguration.Builder> azure) The Azure update configuration.
This is a convenience method that creates an instance of theAzureUpdateConfiguration.Builderavoiding the need to create one manually viaAzureUpdateConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toazure(AzureUpdateConfiguration).- Parameters:
azure- a consumer that will call methods onAzureUpdateConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-