Interface AssociateBrowserSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateBrowserSettingsRequest.Builder,AssociateBrowserSettingsRequest>,SdkBuilder<AssociateBrowserSettingsRequest.Builder,AssociateBrowserSettingsRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesWebRequest.Builder
- Enclosing class:
- AssociateBrowserSettingsRequest
public static interface AssociateBrowserSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<AssociateBrowserSettingsRequest.Builder,AssociateBrowserSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateBrowserSettingsRequest.BuilderbrowserSettingsArn(String browserSettingsArn)The ARN of the browser settings.AssociateBrowserSettingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateBrowserSettingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateBrowserSettingsRequest.BuilderportalArn(String portalArn)The ARN of the web portal.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebRequest.Builder
build
-
-
-
-
Method Detail
-
browserSettingsArn
AssociateBrowserSettingsRequest.Builder browserSettingsArn(String browserSettingsArn)
The ARN of the browser settings.
- Parameters:
browserSettingsArn- The ARN of the browser settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalArn
AssociateBrowserSettingsRequest.Builder portalArn(String portalArn)
The ARN of the web portal.
- Parameters:
portalArn- The ARN of the web portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateBrowserSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateBrowserSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-