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 theInstanceStorageConfig.Builder avoiding the need to
create one manually via InstanceStorageConfig.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #storageConfigs(List.
storageConfigs - a consumer that will call methods on
InstanceStorageConfig.Builder#storageConfigs(java.util.Collection) 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 © 2023. All rights reserved.