public static interface SpaceSummary.Builder extends SdkPojo, CopyableBuilder<SpaceSummary.Builder,SpaceSummary>
| Modifier and Type | Method and Description |
|---|---|
SpaceSummary.Builder |
description(String description)
The description of the space.
|
SpaceSummary.Builder |
displayName(String displayName)
The friendly name of the space displayed to users.
|
SpaceSummary.Builder |
name(String name)
We need to know what this is and the basic usage information so that third-party developers know how to
use this data type.
|
SpaceSummary.Builder |
regionName(String regionName)
The Amazon Web Services Region where the space exists.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpaceSummary.Builder name(String name)
We need to know what this is and the basic usage information so that third-party developers know how to use this data type.
name - We need to know what this is and the basic usage information so that third-party developers know
how to use this data type.SpaceSummary.Builder regionName(String regionName)
The Amazon Web Services Region where the space exists.
regionName - The Amazon Web Services Region where the space exists.SpaceSummary.Builder displayName(String displayName)
The friendly name of the space displayed to users.
displayName - The friendly name of the space displayed to users.SpaceSummary.Builder description(String description)
The description of the space.
description - The description of the space.Copyright © 2022. All rights reserved.