Uses of Interface
software.amazon.awssdk.services.databasemigration.model.EndpointSetting.Builder
Packages that use EndpointSetting.Builder
-
Uses of EndpointSetting.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return EndpointSetting.BuilderModifier and TypeMethodDescriptionEndpointSetting.Builder.applicability(String applicability) The relevance or validity of an endpoint setting for an engine name and its endpoint type.static EndpointSetting.BuilderEndpointSetting.builder()EndpointSetting.Builder.defaultValue(String defaultValue) The default value of the endpoint setting if no value is specified usingCreateEndpointorModifyEndpoint.EndpointSetting.Builder.enumValues(String... enumValues) Enumerated values to use for this endpoint.EndpointSetting.Builder.enumValues(Collection<String> enumValues) Enumerated values to use for this endpoint.EndpointSetting.Builder.intValueMax(Integer intValueMax) The maximum value of an endpoint setting that is of typeint.EndpointSetting.Builder.intValueMin(Integer intValueMin) The minimum value of an endpoint setting that is of typeint.The name that you want to give the endpoint settings.A value that marks this endpoint setting as sensitive.EndpointSetting.toBuilder()The type of endpoint.EndpointSetting.Builder.type(EndpointSettingTypeValue type) The type of endpoint.The unit of measure for this endpoint setting.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type EndpointSetting.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EndpointSetting.Builder>EndpointSetting.serializableBuilderClass()