Uses of Interface
software.amazon.awssdk.services.ssm.model.OutputSource.Builder
Packages that use OutputSource.Builder
-
Uses of OutputSource.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OutputSource.BuilderModifier and TypeMethodDescriptionstatic OutputSource.BuilderOutputSource.builder()OutputSource.Builder.outputSourceId(String outputSourceId) The ID of the output source, for example the URL of an S3 bucket.OutputSource.Builder.outputSourceType(String outputSourceType) The type of source where the association execution details are stored, for example, Amazon S3.OutputSource.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OutputSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OutputSource.Builder>OutputSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OutputSource.BuilderModifier and TypeMethodDescriptionAssociationExecutionTarget.Builder.outputSource(Consumer<OutputSource.Builder> outputSource) The location where the association details are saved.