public static interface IngestionDestination.Builder extends SdkPojo, CopyableBuilder<IngestionDestination.Builder,IngestionDestination>
| Modifier and Type | Method and Description |
|---|---|
IngestionDestination.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the ingestion destination.
|
IngestionDestination.Builder |
createdAt(Instant createdAt)
The timestamp of when the ingestion destination was created.
|
default IngestionDestination.Builder |
destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
Contains information about the destination of ingested data.
|
IngestionDestination.Builder |
destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
IngestionDestination.Builder |
ingestionArn(String ingestionArn)
The Amazon Resource Name (ARN) of the ingestion.
|
default IngestionDestination.Builder |
processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
Contains information about how ingested data is processed.
|
IngestionDestination.Builder |
processingConfiguration(ProcessingConfiguration processingConfiguration)
Contains information about how ingested data is processed.
|
IngestionDestination.Builder |
status(IngestionDestinationStatus status)
The state of the ingestion destination.
|
IngestionDestination.Builder |
status(String status)
The state of the ingestion destination.
|
IngestionDestination.Builder |
statusReason(String statusReason)
The reason for the current status of the ingestion destination.
|
IngestionDestination.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the ingestion destination was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIngestionDestination.Builder arn(String arn)
The Amazon Resource Name (ARN) of the ingestion destination.
arn - The Amazon Resource Name (ARN) of the ingestion destination.IngestionDestination.Builder ingestionArn(String ingestionArn)
The Amazon Resource Name (ARN) of the ingestion.
ingestionArn - The Amazon Resource Name (ARN) of the ingestion.IngestionDestination.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
Contains information about how ingested data is processed.
processingConfiguration - Contains information about how ingested data is processed.default IngestionDestination.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
Contains information about how ingested data is processed.
This is a convenience method that creates an instance of theProcessingConfiguration.Builder avoiding
the need to create one manually via ProcessingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to processingConfiguration(ProcessingConfiguration).
processingConfiguration - a consumer that will call methods on ProcessingConfiguration.BuilderprocessingConfiguration(ProcessingConfiguration)IngestionDestination.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
destinationConfiguration - Contains information about the destination of ingested data.default IngestionDestination.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
Contains information about the destination of ingested data.
This is a convenience method that creates an instance of theDestinationConfiguration.Builder
avoiding the need to create one manually via DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to destinationConfiguration(DestinationConfiguration).
destinationConfiguration - a consumer that will call methods on DestinationConfiguration.BuilderdestinationConfiguration(DestinationConfiguration)IngestionDestination.Builder status(String status)
The state of the ingestion destination.
The following states are possible:
Active: The ingestion destination is active and is ready to be used.
Failed: The ingestion destination has failed. If the ingestion destination is in this state, you
should verify the ingestion destination configuration and try again.
status - The state of the ingestion destination.
The following states are possible:
Active: The ingestion destination is active and is ready to be used.
Failed: The ingestion destination has failed. If the ingestion destination is in this
state, you should verify the ingestion destination configuration and try again.
IngestionDestinationStatus,
IngestionDestinationStatusIngestionDestination.Builder status(IngestionDestinationStatus status)
The state of the ingestion destination.
The following states are possible:
Active: The ingestion destination is active and is ready to be used.
Failed: The ingestion destination has failed. If the ingestion destination is in this state, you
should verify the ingestion destination configuration and try again.
status - The state of the ingestion destination.
The following states are possible:
Active: The ingestion destination is active and is ready to be used.
Failed: The ingestion destination has failed. If the ingestion destination is in this
state, you should verify the ingestion destination configuration and try again.
IngestionDestinationStatus,
IngestionDestinationStatusIngestionDestination.Builder statusReason(String statusReason)
The reason for the current status of the ingestion destination.
Only present when the status of ingestion destination is Failed.
statusReason - The reason for the current status of the ingestion destination.
Only present when the status of ingestion destination is Failed.
IngestionDestination.Builder createdAt(Instant createdAt)
The timestamp of when the ingestion destination was created.
createdAt - The timestamp of when the ingestion destination was created.IngestionDestination.Builder updatedAt(Instant updatedAt)
The timestamp of when the ingestion destination was last updated.
updatedAt - The timestamp of when the ingestion destination was last updated.Copyright © 2023. All rights reserved.