Uses of Interface
software.amazon.awssdk.services.ssm.model.S3OutputUrl.Builder
-
Packages that use S3OutputUrl.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of S3OutputUrl.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return S3OutputUrl.Builder Modifier and Type Method Description static S3OutputUrl.BuilderS3OutputUrl. builder()S3OutputUrl.BuilderS3OutputUrl.Builder. outputUrl(String outputUrl)A URL for an S3 bucket where you want to store the results of this request.S3OutputUrl.BuilderS3OutputUrl. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type S3OutputUrl.Builder Modifier and Type Method Description static Class<? extends S3OutputUrl.Builder>S3OutputUrl. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type S3OutputUrl.Builder Modifier and Type Method Description default InstanceAssociationOutputUrl.BuilderInstanceAssociationOutputUrl.Builder. s3OutputUrl(Consumer<S3OutputUrl.Builder> s3OutputUrl)The URL of S3 bucket where you want to store the results of this request.
-