Class CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty>
- Enclosing interface:
CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty
@Stability(Stable)
public static final class CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.getLocation()location(IResolvable location) Sets the value ofCfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.getLocation()Sets the value ofCfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
location
@Stability(Stable) public CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.Builder location(IResolvable location) Sets the value ofCfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.getLocation()- Parameters:
location- S3 Location Configuration.- Returns:
this
-
location
@Stability(Stable) public CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.Builder location(CfnBrowserCustomPropsMixin.S3LocationProperty location) Sets the value ofCfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.getLocation()- Parameters:
location- S3 Location Configuration.- Returns:
this
-
type
@Stability(Stable) public CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.Builder type(String type) Sets the value ofCfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty.getType()- Parameters:
type- The type of browser enterprise policy.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty>- Returns:
- a new instance of
CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-