public static interface OutputResolutionStackInput.Builder extends SdkPojo, CopyableBuilder<OutputResolutionStackInput.Builder,OutputResolutionStackInput>
| Modifier and Type | Method and Description |
|---|---|
OutputResolutionStackInput.Builder |
predefined(PredefinedResolution predefined)
A string value representing Predefined Output Resolution for a stacking operation.
|
OutputResolutionStackInput.Builder |
predefined(String predefined)
A string value representing Predefined Output Resolution for a stacking operation.
|
default OutputResolutionStackInput.Builder |
userDefined(Consumer<UserDefined.Builder> userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
OutputResolutionStackInput.Builder |
userDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputResolutionStackInput.Builder predefined(String predefined)
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST, LOWEST, and AVERAGE.
predefined - A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST, LOWEST, and AVERAGE.PredefinedResolution,
PredefinedResolutionOutputResolutionStackInput.Builder predefined(PredefinedResolution predefined)
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST, LOWEST, and AVERAGE.
predefined - A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST, LOWEST, and AVERAGE.PredefinedResolution,
PredefinedResolutionOutputResolutionStackInput.Builder userDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
userDefined - The structure representing User Output Resolution for a Stacking operation defined as a value and
unit.default OutputResolutionStackInput.Builder userDefined(Consumer<UserDefined.Builder> userDefined)
The 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.Builder avoiding the need to
create one manually via UserDefined.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to userDefined(UserDefined).
userDefined - a consumer that will call methods on UserDefined.BuilderuserDefined(UserDefined)Copyright © 2023. All rights reserved.