| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionDestination.Builder |
IngestionDestination.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the ingestion destination.
|
static IngestionDestination.Builder |
IngestionDestination.builder() |
IngestionDestination.Builder |
IngestionDestination.Builder.createdAt(Instant createdAt)
The timestamp of when the ingestion destination was created.
|
default IngestionDestination.Builder |
IngestionDestination.Builder.destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
Contains information about the destination of ingested data.
|
IngestionDestination.Builder |
IngestionDestination.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
IngestionDestination.Builder |
IngestionDestination.Builder.ingestionArn(String ingestionArn)
The Amazon Resource Name (ARN) of the ingestion.
|
default IngestionDestination.Builder |
IngestionDestination.Builder.processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
Contains information about how ingested data is processed.
|
IngestionDestination.Builder |
IngestionDestination.Builder.processingConfiguration(ProcessingConfiguration processingConfiguration)
Contains information about how ingested data is processed.
|
IngestionDestination.Builder |
IngestionDestination.Builder.status(IngestionDestinationStatus status)
The state of the ingestion destination.
|
IngestionDestination.Builder |
IngestionDestination.Builder.status(String status)
The state of the ingestion destination.
|
IngestionDestination.Builder |
IngestionDestination.Builder.statusReason(String statusReason)
The reason for the current status of the ingestion destination.
|
IngestionDestination.Builder |
IngestionDestination.toBuilder() |
IngestionDestination.Builder |
IngestionDestination.Builder.updatedAt(Instant updatedAt)
The timestamp of when the ingestion destination was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IngestionDestination.Builder> |
IngestionDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateIngestionDestinationResponse.Builder |
CreateIngestionDestinationResponse.Builder.ingestionDestination(Consumer<IngestionDestination.Builder> ingestionDestination)
Contains information about an ingestion destination.
|
default UpdateIngestionDestinationResponse.Builder |
UpdateIngestionDestinationResponse.Builder.ingestionDestination(Consumer<IngestionDestination.Builder> ingestionDestination)
Contains information about an ingestion destination.
|
default GetIngestionDestinationResponse.Builder |
GetIngestionDestinationResponse.Builder.ingestionDestination(Consumer<IngestionDestination.Builder> ingestionDestination)
Contains information about an ingestion destination.
|
Copyright © 2023. All rights reserved.