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