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 destination identifier (S3 URI).destinationType(String destinationType) The type of destination (S3).destinationType(ScheduledQueryDestinationType destinationType) The type of destination (S3).errorMessage(String errorMessage) Error message if the destination processing failed.processedIdentifier(String processedIdentifier) The processed identifier returned for the destination (S3 key).The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).status(ActionStatus status) The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).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 (S3).
- Parameters:
destinationType- The type of destination (S3).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationType
The type of destination (S3).
- Parameters:
destinationType- The type of destination (S3).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationIdentifier
The destination identifier (S3 URI).
- Parameters:
destinationIdentifier- The destination identifier (S3 URI).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).
- Parameters:
status- The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).
- Parameters:
status- The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processedIdentifier
The processed identifier returned for the destination (S3 key).
- Parameters:
processedIdentifier- The processed identifier returned for the destination (S3 key).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Error message if the destination processing failed.
- Parameters:
errorMessage- Error message if the destination processing failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-