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 TypeMethodDescriptionRoute path where verification token should be placedToken used to verify domain ownershipMethods 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
Token used to verify domain ownership
- Parameters:
token- Token used to verify domain ownership- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routePath
Route path where verification token should be placed
- Parameters:
routePath- Route path where verification token should be placed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-