public static interface ListInstanceStorageConfigsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListInstanceStorageConfigsResponse.Builder,ListInstanceStorageConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstanceStorageConfigsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListInstanceStorageConfigsResponse.Builder |
storageConfigs(Collection<InstanceStorageConfig> storageConfigs)
A valid storage type.
|
ListInstanceStorageConfigsResponse.Builder |
storageConfigs(Consumer<InstanceStorageConfig.Builder>... storageConfigs)
A valid storage type.
|
ListInstanceStorageConfigsResponse.Builder |
storageConfigs(InstanceStorageConfig... storageConfigs)
A valid storage type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstanceStorageConfigsResponse.Builder storageConfigs(Collection<InstanceStorageConfig> storageConfigs)
A valid storage type.
storageConfigs - A valid storage type.ListInstanceStorageConfigsResponse.Builder storageConfigs(InstanceStorageConfig... storageConfigs)
A valid storage type.
storageConfigs - A valid storage type.ListInstanceStorageConfigsResponse.Builder storageConfigs(Consumer<InstanceStorageConfig.Builder>... storageConfigs)
A valid storage type.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #storageConfigs(List) .storageConfigs - a consumer that will call methods on List.Builder #storageConfigs(List) ListInstanceStorageConfigsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2022. All rights reserved.