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