Interface ImageCustomActionOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImageCustomActionOperation.Builder,
,ImageCustomActionOperation> SdkBuilder<ImageCustomActionOperation.Builder,
,ImageCustomActionOperation> SdkPojo
- Enclosing class:
ImageCustomActionOperation
@Mutable
@NotThreadSafe
public static interface ImageCustomActionOperation.Builder
extends SdkPojo, CopyableBuilder<ImageCustomActionOperation.Builder,ImageCustomActionOperation>
-
Method Summary
Modifier and TypeMethodDescriptionnavigationOperation
(Consumer<CustomActionNavigationOperation.Builder> navigationOperation) Sets the value of the NavigationOperation property for this object.navigationOperation
(CustomActionNavigationOperation navigationOperation) Sets the value of the NavigationOperation property for this object.setParametersOperation
(Consumer<CustomActionSetParametersOperation.Builder> setParametersOperation) Sets the value of the SetParametersOperation property for this object.setParametersOperation
(CustomActionSetParametersOperation setParametersOperation) Sets the value of the SetParametersOperation property for this object.urlOperation
(Consumer<CustomActionURLOperation.Builder> urlOperation) Sets the value of the URLOperation property for this object.urlOperation
(CustomActionURLOperation urlOperation) Sets the value of the URLOperation property for this object.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, sdkFieldNameToField, sdkFields
-
Method Details
-
urlOperation
Sets the value of the URLOperation property for this object.- Parameters:
urlOperation
- The new value for the URLOperation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
urlOperation
default ImageCustomActionOperation.Builder urlOperation(Consumer<CustomActionURLOperation.Builder> urlOperation) Sets the value of the URLOperation property for this object. This is a convenience method that creates an instance of theCustomActionURLOperation.Builder
avoiding the need to create one manually viaCustomActionURLOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tourlOperation(CustomActionURLOperation)
.- Parameters:
urlOperation
- a consumer that will call methods onCustomActionURLOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setParametersOperation
ImageCustomActionOperation.Builder setParametersOperation(CustomActionSetParametersOperation setParametersOperation) Sets the value of the SetParametersOperation property for this object.- Parameters:
setParametersOperation
- The new value for the SetParametersOperation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setParametersOperation
default ImageCustomActionOperation.Builder setParametersOperation(Consumer<CustomActionSetParametersOperation.Builder> setParametersOperation) Sets the value of the SetParametersOperation property for this object. This is a convenience method that creates an instance of theCustomActionSetParametersOperation.Builder
avoiding the need to create one manually viaCustomActionSetParametersOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosetParametersOperation(CustomActionSetParametersOperation)
.- Parameters:
setParametersOperation
- a consumer that will call methods onCustomActionSetParametersOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also: