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