Interface ConnectorOperationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorOperationSummary.Builder,ConnectorOperationSummary>,SdkBuilder<ConnectorOperationSummary.Builder,ConnectorOperationSummary>,SdkPojo
- Enclosing class:
- ConnectorOperationSummary
public static interface ConnectorOperationSummary.Builder extends SdkPojo, CopyableBuilder<ConnectorOperationSummary.Builder,ConnectorOperationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorOperationSummary.BuilderconnectorOperationArn(String connectorOperationArn)The Amazon Resource Name (ARN) of the connector operation.ConnectorOperationSummary.BuilderconnectorOperationState(String connectorOperationState)The state of the connector operation.ConnectorOperationSummary.BuilderconnectorOperationState(ConnectorOperationState connectorOperationState)The state of the connector operation.ConnectorOperationSummary.BuilderconnectorOperationType(String connectorOperationType)The type of connector operation performed.ConnectorOperationSummary.BuilderconnectorOperationType(ConnectorOperationType connectorOperationType)The type of connector operation performed.ConnectorOperationSummary.BuildercreationTime(Instant creationTime)The time when operation was created.ConnectorOperationSummary.BuilderendTime(Instant endTime)The time when operation ended.-
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 Detail
-
connectorOperationArn
ConnectorOperationSummary.Builder connectorOperationArn(String 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
ConnectorOperationSummary.Builder connectorOperationType(String 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,ConnectorOperationType
-
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:
ConnectorOperationType,ConnectorOperationType
-
connectorOperationState
ConnectorOperationSummary.Builder connectorOperationState(String 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,ConnectorOperationState
-
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:
ConnectorOperationState,ConnectorOperationState
-
creationTime
ConnectorOperationSummary.Builder creationTime(Instant 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
ConnectorOperationSummary.Builder endTime(Instant 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.
-
-