Interface ConnectorOperationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorOperationSummary.Builder,,ConnectorOperationSummary> SdkBuilder<ConnectorOperationSummary.Builder,,ConnectorOperationSummary> SdkPojo
- Enclosing class:
ConnectorOperationSummary
@Mutable
@NotThreadSafe
public static interface ConnectorOperationSummary.Builder
extends SdkPojo, CopyableBuilder<ConnectorOperationSummary.Builder,ConnectorOperationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorOperationArn(String connectorOperationArn) The Amazon Resource Name (ARN) of the connector operation.connectorOperationState(String connectorOperationState) The state of the connector operation.connectorOperationState(ConnectorOperationState connectorOperationState) The state of the connector operation.connectorOperationType(String connectorOperationType) The type of connector operation performed.connectorOperationType(ConnectorOperationType connectorOperationType) The type of connector operation performed.creationTime(Instant creationTime) The time when operation was created.The time when operation ended.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
-
connectorOperationArn
The Amazon Resource Name (ARN) of the connector operation.
- Parameters:
connectorOperationArn- The Amazon Resource Name (ARN) of the connector operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorOperationType
The type of connector operation performed.
- Parameters:
connectorOperationType- The type of connector operation performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorOperationType
ConnectorOperationSummary.Builder connectorOperationType(ConnectorOperationType connectorOperationType) The type of connector operation performed.
- Parameters:
connectorOperationType- The type of connector operation performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorOperationState
The state of the connector operation.
- Parameters:
connectorOperationState- The state of the connector operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorOperationState
ConnectorOperationSummary.Builder connectorOperationState(ConnectorOperationState connectorOperationState) The state of the connector operation.
- Parameters:
connectorOperationState- The state of the connector operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The time when operation was created.
- Parameters:
creationTime- The time when operation was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time when operation ended.
- Parameters:
endTime- The time when operation ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-