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