Interface IncompatibilityMessage.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IncompatibilityMessage.Builder,,IncompatibilityMessage> SdkBuilder<IncompatibilityMessage.Builder,,IncompatibilityMessage> SdkPojo
- Enclosing class:
 IncompatibilityMessage
- 
Method Summary
Modifier and TypeMethodDescriptionA message about the incompatibility.The type of incompatibility.type(DeviceAttribute type) The type of incompatibility.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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:
 
 - 
 
 - 
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:
 
 - 
 
 
 -