Interface OutputResolutionResamplingInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputResolutionResamplingInput.Builder,
,OutputResolutionResamplingInput> SdkBuilder<OutputResolutionResamplingInput.Builder,
,OutputResolutionResamplingInput> SdkPojo
- Enclosing class:
OutputResolutionResamplingInput
public static interface OutputResolutionResamplingInput.Builder
extends SdkPojo, CopyableBuilder<OutputResolutionResamplingInput.Builder,OutputResolutionResamplingInput>
-
Method Summary
Modifier and TypeMethodDescriptionuserDefined
(Consumer<UserDefined.Builder> userDefined) User Defined Resolution for the output of Resampling operation defined by value and unit.userDefined
(UserDefined userDefined) User Defined Resolution for the output of Resampling operation defined by value and unit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
userDefined
User Defined Resolution for the output of Resampling operation defined by value and unit.
- Parameters:
userDefined
- User Defined Resolution for the output of Resampling operation defined by value and unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userDefined
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 viaUserDefined.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserDefined(UserDefined)
.- Parameters:
userDefined
- a consumer that will call methods onUserDefined.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-