public static interface GetSpaceResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<GetSpaceResponse.Builder,GetSpaceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSpaceResponse.Builder |
description(String description)
The description of the space.
|
GetSpaceResponse.Builder |
displayName(String displayName)
The friendly name of the space displayed to users.
|
GetSpaceResponse.Builder |
name(String name)
The name of the space.
|
GetSpaceResponse.Builder |
regionName(String regionName)
The Amazon Web Services Region where the space exists.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSpaceResponse.Builder name(String name)
The name of the space.
name - The name of the space.GetSpaceResponse.Builder regionName(String regionName)
The Amazon Web Services Region where the space exists.
regionName - The Amazon Web Services Region where the space exists.GetSpaceResponse.Builder displayName(String displayName)
The friendly name of the space displayed to users.
displayName - The friendly name of the space displayed to users.GetSpaceResponse.Builder description(String description)
The description of the space.
description - The description of the space.Copyright © 2023. All rights reserved.