Interface UserDefined.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UserDefined.Builder,,UserDefined> SdkBuilder<UserDefined.Builder,,UserDefined> SdkPojo
- Enclosing class:
 UserDefined
public static interface UserDefined.Builder
extends SdkPojo, CopyableBuilder<UserDefined.Builder,UserDefined> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe units for output resolution of the result.The units for output resolution of the result.The value for output resolution of the result.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
unit
The units for output resolution of the result.
- Parameters:
 unit- The units for output resolution of the result.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
unit
The units for output resolution of the result.
- Parameters:
 unit- The units for output resolution of the result.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
value
The value for output resolution of the result.
- Parameters:
 value- The value for output resolution of the result.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -