public static interface DescribeWorkspaceBundlesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceBundlesResponse.Builder |
bundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
bundles(Consumer<WorkspaceBundle.Builder>... bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
bundles(WorkspaceBundle... bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspaceBundlesResponse.Builder bundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
bundles - Information about the bundles.DescribeWorkspaceBundlesResponse.Builder bundles(WorkspaceBundle... bundles)
Information about the bundles.
bundles - Information about the bundles.DescribeWorkspaceBundlesResponse.Builder bundles(Consumer<WorkspaceBundle.Builder>... bundles)
Information about the bundles.
This is a convenience method that creates an instance of theWorkspaceBundle.Builder avoiding the need to create
one manually via WorkspaceBundle.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #bundles(List.
bundles - a consumer that will call methods on
WorkspaceBundle.Builder#bundles(java.util.Collection) DescribeWorkspaceBundlesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return. This token is valid for one day and must be used within that time frame.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return. This token is valid for one day and must be used within that time frame.Copyright © 2023. All rights reserved.