public static interface EndpointSetting.Builder extends SdkPojo, CopyableBuilder<EndpointSetting.Builder,EndpointSetting>
| Modifier and Type | Method and Description |
|---|---|
EndpointSetting.Builder |
applicability(String applicability)
The relevance or validity of an endpoint setting for an engine name and its endpoint type.
|
EndpointSetting.Builder |
defaultValue(String defaultValue)
The default value of the endpoint setting if no value is specified using
CreateEndpoint or
ModifyEndpoint. |
EndpointSetting.Builder |
enumValues(Collection<String> enumValues)
Enumerated values to use for this endpoint.
|
EndpointSetting.Builder |
enumValues(String... enumValues)
Enumerated values to use for this endpoint.
|
EndpointSetting.Builder |
intValueMax(Integer intValueMax)
The maximum value of an endpoint setting that is of type
int. |
EndpointSetting.Builder |
intValueMin(Integer intValueMin)
The minimum value of an endpoint setting that is of type
int. |
EndpointSetting.Builder |
name(String name)
The name that you want to give the endpoint settings.
|
EndpointSetting.Builder |
sensitive(Boolean sensitive)
A value that marks this endpoint setting as sensitive.
|
EndpointSetting.Builder |
type(EndpointSettingTypeValue type)
The type of endpoint.
|
EndpointSetting.Builder |
type(String type)
The type of endpoint.
|
EndpointSetting.Builder |
units(String units)
The unit of measure for this endpoint setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointSetting.Builder name(String name)
The name that you want to give the endpoint settings.
name - The name that you want to give the endpoint settings.EndpointSetting.Builder type(String type)
The type of endpoint. Valid values are source and target.
type - The type of endpoint. Valid values are source and target.EndpointSettingTypeValue,
EndpointSettingTypeValueEndpointSetting.Builder type(EndpointSettingTypeValue type)
The type of endpoint. Valid values are source and target.
type - The type of endpoint. Valid values are source and target.EndpointSettingTypeValue,
EndpointSettingTypeValueEndpointSetting.Builder enumValues(Collection<String> enumValues)
Enumerated values to use for this endpoint.
enumValues - Enumerated values to use for this endpoint.EndpointSetting.Builder enumValues(String... enumValues)
Enumerated values to use for this endpoint.
enumValues - Enumerated values to use for this endpoint.EndpointSetting.Builder sensitive(Boolean sensitive)
A value that marks this endpoint setting as sensitive.
sensitive - A value that marks this endpoint setting as sensitive.EndpointSetting.Builder units(String units)
The unit of measure for this endpoint setting.
units - The unit of measure for this endpoint setting.EndpointSetting.Builder applicability(String applicability)
The relevance or validity of an endpoint setting for an engine name and its endpoint type.
applicability - The relevance or validity of an endpoint setting for an engine name and its endpoint type.EndpointSetting.Builder intValueMin(Integer intValueMin)
The minimum value of an endpoint setting that is of type int.
intValueMin - The minimum value of an endpoint setting that is of type int.EndpointSetting.Builder intValueMax(Integer intValueMax)
The maximum value of an endpoint setting that is of type int.
intValueMax - The maximum value of an endpoint setting that is of type int.EndpointSetting.Builder defaultValue(String defaultValue)
The default value of the endpoint setting if no value is specified using CreateEndpoint or
ModifyEndpoint.
defaultValue - The default value of the endpoint setting if no value is specified using CreateEndpoint
or ModifyEndpoint.Copyright © 2023. All rights reserved.