Interface UpdateWorkspacesPoolResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateWorkspacesPoolResponse.Builder,UpdateWorkspacesPoolResponse>,SdkBuilder<UpdateWorkspacesPoolResponse.Builder,UpdateWorkspacesPoolResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesResponse.Builder
- Enclosing class:
- UpdateWorkspacesPoolResponse
public static interface UpdateWorkspacesPoolResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<UpdateWorkspacesPoolResponse.Builder,UpdateWorkspacesPoolResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateWorkspacesPoolResponse.BuilderworkspacesPool(Consumer<WorkspacesPool.Builder> workspacesPool)Describes the specified pool.UpdateWorkspacesPoolResponse.BuilderworkspacesPool(WorkspacesPool workspacesPool)Describes the specified pool.-
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.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
workspacesPool
UpdateWorkspacesPoolResponse.Builder workspacesPool(WorkspacesPool workspacesPool)
Describes the specified pool.
- Parameters:
workspacesPool- Describes the specified pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspacesPool
default UpdateWorkspacesPoolResponse.Builder workspacesPool(Consumer<WorkspacesPool.Builder> workspacesPool)
Describes the specified pool.
This is a convenience method that creates an instance of theWorkspacesPool.Builderavoiding the need to create one manually viaWorkspacesPool.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkspacesPool(WorkspacesPool).- Parameters:
workspacesPool- a consumer that will call methods onWorkspacesPool.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
workspacesPool(WorkspacesPool)
-
-