Uses of Interface
software.amazon.awssdk.services.ssm.model.S3OutputLocation.Builder
Packages that use S3OutputLocation.Builder
-
Uses of S3OutputLocation.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return S3OutputLocation.BuilderModifier and TypeMethodDescriptionstatic S3OutputLocation.BuilderS3OutputLocation.builder()S3OutputLocation.Builder.outputS3BucketName(String outputS3BucketName) The name of the S3 bucket.S3OutputLocation.Builder.outputS3KeyPrefix(String outputS3KeyPrefix) The S3 bucket subfolder.S3OutputLocation.Builder.outputS3Region(String outputS3Region) The Amazon Web Services Region of the S3 bucket.S3OutputLocation.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type S3OutputLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3OutputLocation.Builder>S3OutputLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type S3OutputLocation.BuilderModifier and TypeMethodDescriptionInstanceAssociationOutputLocation.Builder.s3Location(Consumer<S3OutputLocation.Builder> s3Location) An S3 bucket where you want to store the results of this request.