Uses of Interface
software.amazon.awssdk.services.applicationcostprofiler.model.SourceS3Location.Builder
-
Packages that use SourceS3Location.Builder Package Description software.amazon.awssdk.services.applicationcostprofiler.model -
-
Uses of SourceS3Location.Builder in software.amazon.awssdk.services.applicationcostprofiler.model
Methods in software.amazon.awssdk.services.applicationcostprofiler.model that return SourceS3Location.Builder Modifier and Type Method Description SourceS3Location.BuilderSourceS3Location.Builder. bucket(String bucket)Name of the bucket.static SourceS3Location.BuilderSourceS3Location. builder()SourceS3Location.BuilderSourceS3Location.Builder. key(String key)Key of the object.SourceS3Location.BuilderSourceS3Location.Builder. region(String region)Region of the bucket.SourceS3Location.BuilderSourceS3Location.Builder. region(S3BucketRegion region)Region of the bucket.SourceS3Location.BuilderSourceS3Location. toBuilder()Methods in software.amazon.awssdk.services.applicationcostprofiler.model that return types with arguments of type SourceS3Location.Builder Modifier and Type Method Description static Class<? extends SourceS3Location.Builder>SourceS3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.applicationcostprofiler.model with type arguments of type SourceS3Location.Builder Modifier and Type Method Description default ImportApplicationUsageRequest.BuilderImportApplicationUsageRequest.Builder. sourceS3Location(Consumer<SourceS3Location.Builder> sourceS3Location)Amazon S3 location to import application usage data from.
-