Interface WorkspaceAssociationSearchSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkspaceAssociationSearchSummary.Builder,,WorkspaceAssociationSearchSummary> SdkBuilder<WorkspaceAssociationSearchSummary.Builder,,WorkspaceAssociationSearchSummary> SdkPojo
- Enclosing class:
WorkspaceAssociationSearchSummary
@Mutable
@NotThreadSafe
public static interface WorkspaceAssociationSearchSummary.Builder
extends SdkPojo, CopyableBuilder<WorkspaceAssociationSearchSummary.Builder,WorkspaceAssociationSearchSummary>
-
Method Summary
Modifier and TypeMethodDescriptionresourceArn(String resourceArn) The Amazon Resource Name (ARN) of the associated resource.resourceId(String resourceId) The identifier of the associated resource (user or routing profile).resourceName(String resourceName) The name of the associated resource.resourceType(String resourceType) The type of resource associated with the workspace.workspaceArn(String workspaceArn) The Amazon Resource Name (ARN) of the workspace.workspaceId(String workspaceId) The identifier of the workspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workspaceId
The identifier of the workspace.
- Parameters:
workspaceId- The identifier of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceArn
The Amazon Resource Name (ARN) of the workspace.
- Parameters:
workspaceArn- The Amazon Resource Name (ARN) of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The identifier of the associated resource (user or routing profile).
- Parameters:
resourceId- The identifier of the associated resource (user or routing profile).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the associated resource.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of resource associated with the workspace. Valid values are:
USERandROUTING_PROFILE.- Parameters:
resourceType- The type of resource associated with the workspace. Valid values are:USERandROUTING_PROFILE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceName
The name of the associated resource.
- Parameters:
resourceName- The name of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-