Interface HttpVerification.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HttpVerification.Builder,,HttpVerification> SdkBuilder<HttpVerification.Builder,,HttpVerification> SdkPojo
- Enclosing class:
HttpVerification
@Mutable
@NotThreadSafe
public static interface HttpVerification.Builder
extends SdkPojo, CopyableBuilder<HttpVerification.Builder,HttpVerification>
-
Method Summary
Modifier and TypeMethodDescriptionThe HTTP route path where the verification token must be served.The verification token to serve at the specified route path.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
-
token
The verification token to serve at the specified route path.
- Parameters:
token- The verification token to serve at the specified route path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routePath
The HTTP route path where the verification token must be served.
- Parameters:
routePath- The HTTP route path where the verification token must be served.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-