Interface DescribeWorkspaceAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeWorkspaceAssociationsRequest.Builder,DescribeWorkspaceAssociationsRequest>,SdkBuilder<DescribeWorkspaceAssociationsRequest.Builder,DescribeWorkspaceAssociationsRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- DescribeWorkspaceAssociationsRequest
public static interface DescribeWorkspaceAssociationsRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceAssociationsRequest.Builder,DescribeWorkspaceAssociationsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
workspaceId
DescribeWorkspaceAssociationsRequest.Builder workspaceId(String 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.
-
associatedResourceTypesWithStrings
DescribeWorkspaceAssociationsRequest.Builder associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes)
The resource types of the associated resources.
- Parameters:
associatedResourceTypes- The resource types of the associated resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceTypesWithStrings
DescribeWorkspaceAssociationsRequest.Builder associatedResourceTypesWithStrings(String... associatedResourceTypes)
The resource types of the associated resources.
- Parameters:
associatedResourceTypes- The resource types of the associated resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceTypes
DescribeWorkspaceAssociationsRequest.Builder associatedResourceTypes(Collection<WorkSpaceAssociatedResourceType> associatedResourceTypes)
The resource types of the associated resources.
- Parameters:
associatedResourceTypes- The resource types of the associated resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceTypes
DescribeWorkspaceAssociationsRequest.Builder associatedResourceTypes(WorkSpaceAssociatedResourceType... associatedResourceTypes)
The resource types of the associated resources.
- Parameters:
associatedResourceTypes- The resource types of the associated resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeWorkspaceAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeWorkspaceAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-