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 Summary
Modifier 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.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
-
apiId
Sets 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.
-
stage
Sets 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.
-
stripBasePath
The 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.
-