Interface ConnectorSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorSummary.Builder,,ConnectorSummary> SdkBuilder<ConnectorSummary.Builder,,ConnectorSummary> SdkPojo
- Enclosing class:
ConnectorSummary
@Mutable
@NotThreadSafe
public static interface ConnectorSummary.Builder
extends SdkPojo, CopyableBuilder<ConnectorSummary.Builder,ConnectorSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the connector.createdTime(Instant createdTime) The date and time that the connector was created.The name of the connector.The third-party cloud service provider.The third-party cloud service provider.tenantIdentifier(String tenantIdentifier) The Azure tenant identifier for the 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
-
arn
The Amazon Resource Name (ARN) of the connector.
- Parameters:
arn- The Amazon Resource Name (ARN) of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the connector.
- Parameters:
name- The name of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The third-party cloud service provider. Currently,
AZUREis supported.- Parameters:
provider- The third-party cloud service provider. Currently,AZUREis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provider
The third-party cloud service provider. Currently,
AZUREis supported.- Parameters:
provider- The third-party cloud service provider. Currently,AZUREis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tenantIdentifier
The Azure tenant identifier for the connector.
- Parameters:
tenantIdentifier- The Azure tenant identifier for the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The date and time that the connector was created.
- Parameters:
createdTime- The date and time that the connector was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-