Interface RoutingRuleAction.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RoutingRuleAction.Builder,,- RoutingRuleAction> - SdkBuilder<RoutingRuleAction.Builder,,- RoutingRuleAction> - SdkPojo
- Enclosing class:
- RoutingRuleAction
@Mutable
@NotThreadSafe
public static interface RoutingRuleAction.Builder
extends SdkPojo, CopyableBuilder<RoutingRuleAction.Builder,RoutingRuleAction> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault RoutingRuleAction.BuilderinvokeApi(Consumer<RoutingRuleActionInvokeApi.Builder> invokeApi) Sets the value of the InvokeApi property for this object.invokeApi(RoutingRuleActionInvokeApi invokeApi) Sets the value of the InvokeApi property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
invokeApiSets the value of the InvokeApi property for this object.- Parameters:
- invokeApi- The new value for the InvokeApi property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
invokeApiSets the value of the InvokeApi property for this object. This is a convenience method that creates an instance of theRoutingRuleActionInvokeApi.Builderavoiding the need to create one manually viaRoutingRuleActionInvokeApi.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinvokeApi(RoutingRuleActionInvokeApi).- Parameters:
- invokeApi- a consumer that will call methods on- RoutingRuleActionInvokeApi.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-