Class CfnUserSettingsPropsMixin.CookieSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnUserSettingsPropsMixin.CookieSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserSettingsPropsMixin.CookieSpecificationProperty>
- Enclosing interface:
CfnUserSettingsPropsMixin.CookieSpecificationProperty
@Stability(Stable)
public static final class CfnUserSettingsPropsMixin.CookieSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserSettingsPropsMixin.CookieSpecificationProperty>
A builder for
CfnUserSettingsPropsMixin.CookieSpecificationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnUserSettingsPropsMixin.CookieSpecificationProperty.getDomain()Sets the value ofCfnUserSettingsPropsMixin.CookieSpecificationProperty.getName()Sets the value ofCfnUserSettingsPropsMixin.CookieSpecificationProperty.getPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domain
@Stability(Stable) public CfnUserSettingsPropsMixin.CookieSpecificationProperty.Builder domain(String domain) Sets the value ofCfnUserSettingsPropsMixin.CookieSpecificationProperty.getDomain()- Parameters:
domain- The domain of the cookie.- Returns:
this
-
name
@Stability(Stable) public CfnUserSettingsPropsMixin.CookieSpecificationProperty.Builder name(String name) Sets the value ofCfnUserSettingsPropsMixin.CookieSpecificationProperty.getName()- Parameters:
name- The name of the cookie.- Returns:
this
-
path
@Stability(Stable) public CfnUserSettingsPropsMixin.CookieSpecificationProperty.Builder path(String path) Sets the value ofCfnUserSettingsPropsMixin.CookieSpecificationProperty.getPath()- Parameters:
path- The path of the cookie.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserSettingsPropsMixin.CookieSpecificationProperty>- Returns:
- a new instance of
CfnUserSettingsPropsMixin.CookieSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-