Uses of Interface
software.amazon.awssdk.services.sms.model.Source.Builder
-
Packages that use Source.Builder Package Description software.amazon.awssdk.services.sms.model -
-
Uses of Source.Builder in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return Source.Builder Modifier and Type Method Description static Source.BuilderSource. builder()default Source.BuilderSource.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Sets the value of the S3Location property for this object.Source.BuilderSource.Builder. s3Location(S3Location s3Location)Sets the value of the S3Location property for this object.Source.BuilderSource. toBuilder()Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type Source.Builder Modifier and Type Method Description static Class<? extends Source.Builder>Source. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type Source.Builder Modifier and Type Method Description default SSMValidationParameters.BuilderSSMValidationParameters.Builder. source(Consumer<Source.Builder> source)The location of the validation script.default UserDataValidationParameters.BuilderUserDataValidationParameters.Builder. source(Consumer<Source.Builder> source)The location of the validation script.
-