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 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 #settings(List) .settings - a consumer that will call methods on List.Builder #settings(List) 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 © 2021. All rights reserved.