Uses of Interface
software.amazon.awssdk.services.ssm.model.ParameterHistory.Builder
Packages that use ParameterHistory.Builder
-
Uses of ParameterHistory.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ParameterHistory.BuilderModifier and TypeMethodDescriptionParameterHistory.Builder.allowedPattern(String allowedPattern) Parameter names can include the following letters and symbols.static ParameterHistory.BuilderParameterHistory.builder()The data type of the parameter, such astextoraws:ec2:image.ParameterHistory.Builder.description(String description) Information about the parameter.The alias of the Key Management Service (KMS) key used to encrypt the parameter.Labels assigned to the parameter version.ParameterHistory.Builder.labels(Collection<String> labels) Labels assigned to the parameter version.ParameterHistory.Builder.lastModifiedDate(Instant lastModifiedDate) Date the parameter was last changed or updated.ParameterHistory.Builder.lastModifiedUser(String lastModifiedUser) Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.The name of the parameter.ParameterHistory.Builder.policies(Collection<ParameterInlinePolicy> policies) Information about the policies assigned to a parameter.ParameterHistory.Builder.policies(Consumer<ParameterInlinePolicy.Builder>... policies) Information about the policies assigned to a parameter.ParameterHistory.Builder.policies(ParameterInlinePolicy... policies) Information about the policies assigned to a parameter.The parameter tier.ParameterHistory.Builder.tier(ParameterTier tier) The parameter tier.ParameterHistory.toBuilder()The type of parameter used.ParameterHistory.Builder.type(ParameterType type) The type of parameter used.The parameter value.The parameter version.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ParameterHistory.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ParameterHistory.Builder>ParameterHistory.serializableBuilderClass()