Interface CreatePortalResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>,SdkBuilder<CreatePortalResponse.Builder,CreatePortalResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
- CreatePortalResponse
public static interface CreatePortalResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<CreatePortalResponse.Builder,CreatePortalResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePortalResponse.BuilderportalArn(String portalArn)The ARN of the web portal.CreatePortalResponse.BuilderportalEndpoint(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, 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 Detail
-
portalArn
CreatePortalResponse.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.
-
portalEndpoint
CreatePortalResponse.Builder portalEndpoint(String 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.
-
-