Interface StaticRoute.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StaticRoute.Builder,,StaticRoute> SdkBuilder<StaticRoute.Builder,,StaticRoute> SdkPojo
- Enclosing class:
StaticRoute
@Mutable
@NotThreadSafe
public static interface StaticRoute.Builder
extends SdkPojo, CopyableBuilder<StaticRoute.Builder,StaticRoute>
-
Method Summary
Modifier and TypeMethodDescriptiontargetName(String targetName) The name of the target to route requests to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
targetName
The name of the target to route requests to.
- Parameters:
targetName- The name of the target to route requests to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-