Interface UpdatePortalRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdatePortalRequest.Builder,,- UpdatePortalRequest> - SdkBuilder<UpdatePortalRequest.Builder,,- UpdatePortalRequest> - SdkPojo,- SdkRequest.Builder,- WorkSpacesWebRequest.Builder
- Enclosing class:
- UpdatePortalRequest
- 
Method SummaryModifier and TypeMethodDescriptionauthenticationType(String authenticationType) The type of authentication integration points used when signing into the web portal.authenticationType(AuthenticationType authenticationType) The type of authentication integration points used when signing into the web portal.displayName(String displayName) The name of the web portal.instanceType(String instanceType) The type and resources of the underlying instance.instanceType(InstanceType instanceType) The type and resources of the underlying instance.maxConcurrentSessions(Integer maxConcurrentSessions) The maximum number of concurrent sessions for the portal.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the web portal.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebRequest.Builderbuild
- 
Method Details- 
portalArnThe 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.
 
- 
displayNameThe name of the web portal. This is not visible to users who log into the web portal. - Parameters:
- displayName- The name of the web portal. This is not visible to users who log into the web portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationTypeThe type of authentication integration points used when signing into the web portal. Defaults to Standard.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.- Parameters:
- authenticationType- The type of authentication integration points used when signing into the web portal. Defaults to- Standard.- Standardweb portals are authenticated directly through your identity provider. You need to call- CreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.- IAM Identity Centerweb portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
authenticationTypeThe type of authentication integration points used when signing into the web portal. Defaults to Standard.Standardweb portals are authenticated directly through your identity provider. You need to callCreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.IAM Identity Centerweb portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.- Parameters:
- authenticationType- The type of authentication integration points used when signing into the web portal. Defaults to- Standard.- Standardweb portals are authenticated directly through your identity provider. You need to call- CreateIdentityProviderto integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.- IAM Identity Centerweb portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
instanceTypeThe type and resources of the underlying instance. - Parameters:
- instanceType- The type and resources of the underlying instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
instanceTypeThe type and resources of the underlying instance. - Parameters:
- instanceType- The type and resources of the underlying instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
maxConcurrentSessionsThe maximum number of concurrent sessions for the portal. - Parameters:
- maxConcurrentSessions- The maximum number of concurrent sessions for the portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdatePortalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdatePortalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-