Uses of Interface
software.amazon.awssdk.services.ssm.model.Parameter.Builder
Packages that use Parameter.Builder
-
Uses of Parameter.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Parameter.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the parameter.static Parameter.BuilderParameter.builder()The data type of the parameter, such astextoraws:ec2:image.Parameter.Builder.lastModifiedDate(Instant lastModifiedDate) Date the parameter was last changed or updated and the parameter version was created.The name of the parameter.Either the version number or the label used to retrieve the parameter value.Parameter.Builder.sourceResult(String sourceResult) Applies to parameters that reference information in other Amazon Web Services services.Parameter.toBuilder()The type of parameter.Parameter.Builder.type(ParameterType type) The type of parameter.The parameter value.The parameter version.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Parameter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Parameter.Builder>Parameter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Parameter.BuilderModifier and TypeMethodDescriptiondefault GetParameterResponse.BuilderGetParameterResponse.Builder.parameter(Consumer<Parameter.Builder> parameter) Information about a parameter.