public static interface ListAccountSettingsResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListAccountSettingsResponse.Builder,ListAccountSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccountSettingsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListAccountSettings request. |
ListAccountSettingsResponse.Builder |
settings(Collection<Setting> settings)
The account settings for the resource.
|
ListAccountSettingsResponse.Builder |
settings(Consumer<Setting.Builder>... settings)
The account settings for the resource.
|
ListAccountSettingsResponse.Builder |
settings(Setting... settings)
The account settings for the resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountSettingsResponse.Builder settings(Collection<Setting> settings)
The account settings for the resource.
settings - The account settings for the resource.ListAccountSettingsResponse.Builder settings(Setting... settings)
The account settings for the resource.
settings - The account settings for the resource.ListAccountSettingsResponse.Builder settings(Consumer<Setting.Builder>... settings)
The account settings for the resource.
This is a convenience method that creates an instance of theSetting.Builder avoiding the need to create one manually
via Setting.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #settings(List.
settings - a consumer that will call methods on Setting.Builder#settings(java.util.Collection) ListAccountSettingsResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListAccountSettings request. When the
results of a ListAccountSettings request exceed maxResults, this value can be used
to retrieve the next page of results. This value is null when there are no more results to
return.
nextToken - The nextToken value to include in a future ListAccountSettings request. When
the results of a ListAccountSettings request exceed maxResults, this value
can be used to retrieve the next page of results. This value is null when there are no
more results to return.Copyright © 2023. All rights reserved.