Interface LayerCustomActionOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LayerCustomActionOperation.Builder,
,LayerCustomActionOperation> SdkBuilder<LayerCustomActionOperation.Builder,
,LayerCustomActionOperation> SdkPojo
- Enclosing class:
LayerCustomActionOperation
@Mutable
@NotThreadSafe
public static interface LayerCustomActionOperation.Builder
extends SdkPojo, CopyableBuilder<LayerCustomActionOperation.Builder,LayerCustomActionOperation>
-
Method Summary
Modifier and TypeMethodDescriptionfilterOperation
(Consumer<CustomActionFilterOperation.Builder> filterOperation) Sets the value of the FilterOperation property for this object.filterOperation
(CustomActionFilterOperation filterOperation) Sets the value of the FilterOperation property for this object.navigationOperation
(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
-
filterOperation
Sets the value of the FilterOperation property for this object.- Parameters:
filterOperation
- The new value for the FilterOperation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterOperation
default LayerCustomActionOperation.Builder filterOperation(Consumer<CustomActionFilterOperation.Builder> filterOperation) Sets the value of the FilterOperation property for this object. This is a convenience method that creates an instance of theCustomActionFilterOperation.Builder
avoiding the need to create one manually viaCustomActionFilterOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilterOperation(CustomActionFilterOperation)
.- Parameters:
filterOperation
- a consumer that will call methods onCustomActionFilterOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 LayerCustomActionOperation.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
LayerCustomActionOperation.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 LayerCustomActionOperation.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:
-