Interface RoutingRuleActionInvokeApi.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RoutingRuleActionInvokeApi.Builder,,- RoutingRuleActionInvokeApi> - SdkBuilder<RoutingRuleActionInvokeApi.Builder,,- RoutingRuleActionInvokeApi> - SdkPojo
- Enclosing class:
- RoutingRuleActionInvokeApi
@Mutable
@NotThreadSafe
public static interface RoutingRuleActionInvokeApi.Builder
extends SdkPojo, CopyableBuilder<RoutingRuleActionInvokeApi.Builder,RoutingRuleActionInvokeApi> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the ApiId property for this object.Sets the value of the Stage property for this object.stripBasePath(Boolean stripBasePath) The strip base path setting.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- 
apiIdSets the value of the ApiId property for this object.- Parameters:
- apiId- The new value for the ApiId property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stageSets the value of the Stage property for this object.- Parameters:
- stage- The new value for the Stage property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stripBasePathThe strip base path setting. - Parameters:
- stripBasePath- The strip base path setting.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-