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