| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputFileUriValue.Builder |
OutputFileUriValue.builder() |
OutputFileUriValue.Builder |
OutputFileUriValue.Builder.fileName(String fileName)
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
|
OutputFileUriValue.Builder |
OutputFileUriValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputFileUriValue.Builder> |
OutputFileUriValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Variable.Builder |
Variable.Builder.outputFileUriValue(Consumer<OutputFileUriValue.Builder> outputFileUriValue)
The value of the variable as a structure that specifies an output file URI.
|
Copyright © 2023. All rights reserved.