Struct aws_sdk_devicefarm::model::incompatibility_message::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for IncompatibilityMessage.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
A message about the incompatibility.
sourcepub fn type(self, input: DeviceAttribute) -> Self
pub fn type(self, input: DeviceAttribute) -> Self
The type of incompatibility.
Allowed values include:
-
ARN
-
FORM_FACTOR (for example, phone or tablet)
-
MANUFACTURER
-
PLATFORM (for example, Android or iOS)
-
REMOTE_ACCESS_ENABLED
-
APPIUM_VERSION
sourcepub fn set_type(self, input: Option<DeviceAttribute>) -> Self
pub fn set_type(self, input: Option<DeviceAttribute>) -> Self
The type of incompatibility.
Allowed values include:
-
ARN
-
FORM_FACTOR (for example, phone or tablet)
-
MANUFACTURER
-
PLATFORM (for example, Android or iOS)
-
REMOTE_ACCESS_ENABLED
-
APPIUM_VERSION
sourcepub fn build(self) -> IncompatibilityMessage
pub fn build(self) -> IncompatibilityMessage
Consumes the builder and constructs a IncompatibilityMessage.