static ListSpacesResponse.Builder |
ListSpacesResponse.builder() |
|
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.nextToken(String nextToken) |
The token that you use when you request the next set of private re:Posts.
|
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.spaces(Collection<SpaceData> spaces) |
An array of structures that contain some information about the private re:Posts in the account.
|
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.spaces(Consumer<SpaceData.Builder>... spaces) |
An array of structures that contain some information about the private re:Posts in the account.
|
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.spaces(SpaceData... spaces) |
An array of structures that contain some information about the private re:Posts in the account.
|
ListSpacesResponse.Builder |
ListSpacesResponse.toBuilder() |
|