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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.
-
portalEndpoint
The 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.
-