Interface OutputResolutionStackInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OutputResolutionStackInput.Builder,,- OutputResolutionStackInput> - SdkBuilder<OutputResolutionStackInput.Builder,,- OutputResolutionStackInput> - SdkPojo
- Enclosing class:
- OutputResolutionStackInput
@Mutable
@NotThreadSafe
public static interface OutputResolutionStackInput.Builder
extends SdkPojo, CopyableBuilder<OutputResolutionStackInput.Builder,OutputResolutionStackInput> 
- 
Method SummaryModifier and TypeMethodDescriptionpredefined(String predefined) A string value representing Predefined Output Resolution for a stacking operation.predefined(PredefinedResolution predefined) A string value representing Predefined Output Resolution for a stacking operation.userDefined(Consumer<UserDefined.Builder> userDefined) The structure representing User Output Resolution for a Stacking operation defined as a value and unit.userDefined(UserDefined userDefined) The structure representing User Output Resolution for a Stacking operation defined as a value and unit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
predefinedA string value representing Predefined Output Resolution for a stacking operation. Allowed values are HIGHEST,LOWEST, andAVERAGE.- Parameters:
- predefined- A string value representing Predefined Output Resolution for a stacking operation. Allowed values are- HIGHEST,- LOWEST, and- AVERAGE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
predefinedA string value representing Predefined Output Resolution for a stacking operation. Allowed values are HIGHEST,LOWEST, andAVERAGE.- Parameters:
- predefined- A string value representing Predefined Output Resolution for a stacking operation. Allowed values are- HIGHEST,- LOWEST, and- AVERAGE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
userDefinedThe structure representing User Output Resolution for a Stacking operation defined as a value and unit. - Parameters:
- userDefined- The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userDefinedThe structure representing User Output Resolution for a Stacking operation defined as a value and unit. This is a convenience method that creates an instance of theUserDefined.Builderavoiding the need to create one manually viaUserDefined.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserDefined(UserDefined).- Parameters:
- userDefined- a consumer that will call methods on- UserDefined.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-