Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.OutputFileUriValue.Builder
-
Packages that use OutputFileUriValue.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of OutputFileUriValue.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return OutputFileUriValue.Builder Modifier and Type Method Description static OutputFileUriValue.BuilderOutputFileUriValue. builder()OutputFileUriValue.BuilderOutputFileUriValue.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.BuilderOutputFileUriValue. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type OutputFileUriValue.Builder Modifier and Type Method Description static Class<? extends OutputFileUriValue.Builder>OutputFileUriValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type OutputFileUriValue.Builder Modifier and Type Method Description default Variable.BuilderVariable.Builder. outputFileUriValue(Consumer<OutputFileUriValue.Builder> outputFileUriValue)The value of the variable as a structure that specifies an output file URI.
-