Interface ProviderSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProviderSummary.Builder,,ProviderSummary> SdkBuilder<ProviderSummary.Builder,,ProviderSummary> SdkPojo
- Enclosing class:
ProviderSummary
@Mutable
@NotThreadSafe
public static interface ProviderSummary.Builder
extends SdkPojo, CopyableBuilder<ProviderSummary.Builder,ProviderSummary>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorStatus(String connectorStatus) The status for the connectorV2.connectorStatus(ConnectorStatus connectorStatus) The status for the connectorV2.default ProviderSummary.BuilderproviderConfiguration(Consumer<ProviderDetail.Builder> providerConfiguration) Sets the value of the ProviderConfiguration property for this object.providerConfiguration(ProviderDetail providerConfiguration) Sets the value of the ProviderConfiguration property for this object.providerName(String providerName) The name of the provider.providerName(ConnectorProviderName providerName) The name of the provider.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
-
providerName
The name of the provider.
- Parameters:
providerName- The name of the provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerName
The name of the provider.
- Parameters:
providerName- The name of the provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorStatus
The status for the connectorV2.
- Parameters:
connectorStatus- The status for the connectorV2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorStatus
The status for the connectorV2.
- Parameters:
connectorStatus- The status for the connectorV2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerConfiguration
Sets the value of the ProviderConfiguration property for this object.- Parameters:
providerConfiguration- The new value for the ProviderConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerConfiguration
default ProviderSummary.Builder providerConfiguration(Consumer<ProviderDetail.Builder> providerConfiguration) Sets the value of the ProviderConfiguration property for this object. This is a convenience method that creates an instance of theProviderDetail.Builderavoiding the need to create one manually viaProviderDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproviderConfiguration(ProviderDetail).- Parameters:
providerConfiguration- a consumer that will call methods onProviderDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-