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