Uses of Class
software.amazon.awssdk.services.b2bi.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of S3Location in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return S3Location Modifier and Type Method Description S3LocationOutputSampleFileSource. fileLocation()Returns the value of the FileLocation property for this object.S3LocationStartTransformerJobRequest. inputFile()Specifies the location of the input file for the transformation.S3LocationTestParsingRequest. inputFile()Specifies anS3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.S3LocationEdiConfiguration. inputLocation()Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.S3LocationEdiConfiguration. outputLocation()Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.S3LocationStartTransformerJobRequest. outputLocation()Specifies the location of the output file for the transformation.S3LocationCreateStarterMappingTemplateRequest. outputSampleLocation()Specify the location of the sample EDI file that is used to generate the mapping template.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type S3Location Modifier and Type Method Description List<S3Location>CreateCapabilityRequest. instructionsDocuments()Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>CreateCapabilityResponse. instructionsDocuments()Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>GetCapabilityResponse. instructionsDocuments()Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>UpdateCapabilityRequest. instructionsDocuments()Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>UpdateCapabilityResponse. instructionsDocuments()Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.List<S3Location>GetTransformerJobResponse. outputFiles()Returns the location for the output files.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type S3Location Modifier and Type Method Description OutputSampleFileSource.BuilderOutputSampleFileSource.Builder. fileLocation(S3Location fileLocation)Sets the value of the FileLocation property for this object.static OutputSampleFileSourceOutputSampleFileSource. fromFileLocation(S3Location fileLocation)Create an instance of this class withOutputSampleFileSource.fileLocation()initialized to the given value.StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. inputFile(S3Location inputFile)Specifies the location of the input file for the transformation.TestParsingRequest.BuilderTestParsingRequest.Builder. inputFile(S3Location inputFile)Specifies anS3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.EdiConfiguration.BuilderEdiConfiguration.Builder. inputLocation(S3Location inputLocation)Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in anS3Locationobject.CreateCapabilityRequest.BuilderCreateCapabilityRequest.Builder. instructionsDocuments(S3Location... instructionsDocuments)Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.CreateCapabilityResponse.BuilderCreateCapabilityResponse.Builder. instructionsDocuments(S3Location... instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.GetCapabilityResponse.BuilderGetCapabilityResponse.Builder. instructionsDocuments(S3Location... instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.UpdateCapabilityRequest.BuilderUpdateCapabilityRequest.Builder. instructionsDocuments(S3Location... instructionsDocuments)Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.UpdateCapabilityResponse.BuilderUpdateCapabilityResponse.Builder. instructionsDocuments(S3Location... instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.GetTransformerJobResponse.BuilderGetTransformerJobResponse.Builder. outputFiles(S3Location... outputFiles)Returns the location for the output files.EdiConfiguration.BuilderEdiConfiguration.Builder. outputLocation(S3Location outputLocation)Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in anS3Locationobject.StartTransformerJobRequest.BuilderStartTransformerJobRequest.Builder. outputLocation(S3Location outputLocation)Specifies the location of the output file for the transformation.CreateStarterMappingTemplateRequest.BuilderCreateStarterMappingTemplateRequest.Builder. outputSampleLocation(S3Location outputSampleLocation)Specify the location of the sample EDI file that is used to generate the mapping template.Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type S3Location Modifier and Type Method Description CreateCapabilityRequest.BuilderCreateCapabilityRequest.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.CreateCapabilityResponse.BuilderCreateCapabilityResponse.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.GetCapabilityResponse.BuilderGetCapabilityResponse.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.UpdateCapabilityRequest.BuilderUpdateCapabilityRequest.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.UpdateCapabilityResponse.BuilderUpdateCapabilityResponse.Builder. instructionsDocuments(Collection<S3Location> instructionsDocuments)Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability.GetTransformerJobResponse.BuilderGetTransformerJobResponse.Builder. outputFiles(Collection<S3Location> outputFiles)Returns the location for the output files.
-