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
Modifier and TypeMethodDescriptionThe domain name.redirectFrom
(String redirectFrom) The domain to redirect from.redirectTo
(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 Details
-
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
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
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.
-