Interface ValidationTokenDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ValidationTokenDetail.Builder,ValidationTokenDetail>,SdkBuilder<ValidationTokenDetail.Builder,ValidationTokenDetail>,SdkPojo
- Enclosing class:
- ValidationTokenDetail
@Mutable @NotThreadSafe public static interface ValidationTokenDetail.Builder extends SdkPojo, CopyableBuilder<ValidationTokenDetail.Builder,ValidationTokenDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationTokenDetail.Builderdomain(String domain)The domain name.ValidationTokenDetail.BuilderredirectFrom(String redirectFrom)The domain to redirect from.ValidationTokenDetail.BuilderredirectTo(String redirectTo)The domain to redirect to.-
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 Detail
-
domain
ValidationTokenDetail.Builder domain(String domain)
The domain name.
- Parameters:
domain- The domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redirectTo
ValidationTokenDetail.Builder redirectTo(String redirectTo)
The domain to redirect to.
- Parameters:
redirectTo- The domain to redirect to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redirectFrom
ValidationTokenDetail.Builder redirectFrom(String redirectFrom)
The domain to redirect from.
- Parameters:
redirectFrom- The domain to redirect from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-