Uses of Interface
software.amazon.awssdk.services.b2bi.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucketName(String bucketName)Specifies the name of the Amazon S3 bucket.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. key(String key)Specifies the Amazon S3 key for the file location.S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type S3Location.Builder Modifier and Type Method Description default StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. inputFile(Consumer<S3Location.Builder> inputFile)Specifies the location of the input file for the transformation.default TestParsingRequest.BuilderTestParsingRequest.Builder. inputFile(Consumer<S3Location.Builder> inputFile)Specifies anS3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.default EdiConfiguration.BuilderEdiConfiguration.Builder. inputLocation(Consumer<S3Location.Builder> inputLocation)Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.default EdiConfiguration.BuilderEdiConfiguration.Builder. outputLocation(Consumer<S3Location.Builder> outputLocation)Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.default StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. outputLocation(Consumer<S3Location.Builder> outputLocation)Specifies the location of the output file for the transformation.
-