Interface IncompatibilityMessage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>,SdkBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>,SdkPojo
- Enclosing class:
- IncompatibilityMessage
public static interface IncompatibilityMessage.Builder extends SdkPojo, CopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncompatibilityMessage.Buildermessage(String message)A message about the incompatibility.IncompatibilityMessage.Buildertype(String type)The type of incompatibility.IncompatibilityMessage.Buildertype(DeviceAttribute type)The type of incompatibility.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
message
IncompatibilityMessage.Builder message(String message)
A message about the incompatibility.
- Parameters:
message- A message about the incompatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
IncompatibilityMessage.Builder type(String type)
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
- Parameters:
type- 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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceAttribute,DeviceAttribute
-
-
type
IncompatibilityMessage.Builder type(DeviceAttribute type)
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
- Parameters:
type- 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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceAttribute,DeviceAttribute
-
-
-