Interface ScheduledQueryDestination.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduledQueryDestination.Builder,,ScheduledQueryDestination> SdkBuilder<ScheduledQueryDestination.Builder,,ScheduledQueryDestination> SdkPojo
- Enclosing class:
ScheduledQueryDestination
@Mutable
@NotThreadSafe
public static interface ScheduledQueryDestination.Builder
extends SdkPojo, CopyableBuilder<ScheduledQueryDestination.Builder,ScheduledQueryDestination>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationIdentifier(String destinationIdentifier) The identifier for the destination where results are delivered.destinationType(String destinationType) The type of destination for query results.destinationType(ScheduledQueryDestinationType destinationType) The type of destination for query results.errorMessage(String errorMessage) Error message if destination processing failed.processedIdentifier(String processedIdentifier) The identifier of the processed result at the destination.The processing status of the destination delivery.status(ActionStatus status) The processing status of the destination delivery.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
-
destinationType
The type of destination for query results.
- Parameters:
destinationType- The type of destination for query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationType
The type of destination for query results.
- Parameters:
destinationType- The type of destination for query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationIdentifier
The identifier for the destination where results are delivered.
- Parameters:
destinationIdentifier- The identifier for the destination where results are delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The processing status of the destination delivery.
- Parameters:
status- The processing status of the destination delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The processing status of the destination delivery.
- Parameters:
status- The processing status of the destination delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processedIdentifier
The identifier of the processed result at the destination.
- Parameters:
processedIdentifier- The identifier of the processed result at the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Error message if destination processing failed.
- Parameters:
errorMessage- Error message if destination processing failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-