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.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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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:
-