Interface CookieSpecification.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CookieSpecification.Builder,,- CookieSpecification> - SdkBuilder<CookieSpecification.Builder,,- CookieSpecification> - SdkPojo
- Enclosing class:
- CookieSpecification
@Mutable
@NotThreadSafe
public static interface CookieSpecification.Builder
extends SdkPojo, CopyableBuilder<CookieSpecification.Builder,CookieSpecification> 
- 
Method SummaryModifier and TypeMethodDescriptionThe domain of the cookie.The name of the cookie.The path of the cookie.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
domainThe domain of the cookie. - Parameters:
- domain- The domain of the cookie.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the cookie. - Parameters:
- name- The name of the cookie.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pathThe path of the cookie. - Parameters:
- path- The path of the cookie.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-