Interface CreatePortalResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreatePortalResponse.Builder,,- CreatePortalResponse> - SdkBuilder<CreatePortalResponse.Builder,,- CreatePortalResponse> - SdkPojo,- SdkResponse.Builder,- WorkSpacesWebResponse.Builder
- Enclosing class:
- CreatePortalResponse
@Mutable
@NotThreadSafe
public static interface CreatePortalResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the web portal.portalEndpoint(String portalEndpoint) The endpoint URL of the web portal that users access in order to start streaming sessions.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builderbuild, responseMetadata, responseMetadata
- 
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.
 
- 
portalEndpointThe endpoint URL of the web portal that users access in order to start streaming sessions. - Parameters:
- portalEndpoint- The endpoint URL of the web portal that users access in order to start streaming sessions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-