Uses of Interface
software.amazon.awssdk.services.panorama.model.OutPutS3Location.Builder
-
Packages that use OutPutS3Location.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of OutPutS3Location.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return OutPutS3Location.Builder Modifier and Type Method Description OutPutS3Location.BuilderOutPutS3Location.Builder. bucketName(String bucketName)The object's bucket.static OutPutS3Location.BuilderOutPutS3Location. builder()OutPutS3Location.BuilderOutPutS3Location.Builder. objectKey(String objectKey)The object's key.OutPutS3Location.BuilderOutPutS3Location. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type OutPutS3Location.Builder Modifier and Type Method Description static Class<? extends OutPutS3Location.Builder>OutPutS3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type OutPutS3Location.Builder Modifier and Type Method Description default PackageImportJobOutput.BuilderPackageImportJobOutput.Builder. outputS3Location(Consumer<OutPutS3Location.Builder> outputS3Location)The package's output location.
-