Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.ExportDestination.Builder
-
Packages that use ExportDestination.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of ExportDestination.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return ExportDestination.Builder Modifier and Type Method Description static ExportDestination.BuilderExportDestination. builder()default ExportDestination.BuilderExportDestination.Builder. s3(Consumer<S3Destination.Builder> s3)An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.ExportDestination.BuilderExportDestination.Builder. s3(S3Destination s3)An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.ExportDestination.BuilderExportDestination. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type ExportDestination.Builder Modifier and Type Method Description static Class<? extends ExportDestination.Builder>ExportDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type ExportDestination.Builder Modifier and Type Method Description default RecommendationExportJob.BuilderRecommendationExportJob.Builder. destination(Consumer<ExportDestination.Builder> destination)An object that describes the destination of the export file.
-