public static interface OutputResolutionResamplingInput.Builder extends SdkPojo, CopyableBuilder<OutputResolutionResamplingInput.Builder,OutputResolutionResamplingInput>
| Modifier and Type | Method and Description |
|---|---|
default OutputResolutionResamplingInput.Builder |
userDefined(Consumer<UserDefined.Builder> userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
OutputResolutionResamplingInput.Builder |
userDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputResolutionResamplingInput.Builder userDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
userDefined - User Defined Resolution for the output of Resampling operation defined by value and unit.default OutputResolutionResamplingInput.Builder userDefined(Consumer<UserDefined.Builder> userDefined)
User Defined Resolution for the output of Resampling operation defined by 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.