public static interface ListDomainConfigurationsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListDomainConfigurationsResponse.Builder,ListDomainConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainConfigurationsResponse.Builder |
domainConfigurations(Collection<DomainConfigurationSummary> domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
|
ListDomainConfigurationsResponse.Builder |
domainConfigurations(Consumer<DomainConfigurationSummary.Builder>... domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
|
ListDomainConfigurationsResponse.Builder |
domainConfigurations(DomainConfigurationSummary... domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
|
ListDomainConfigurationsResponse.Builder |
nextMarker(String nextMarker)
The marker for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainConfigurationsResponse.Builder domainConfigurations(Collection<DomainConfigurationSummary> domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
domainConfigurations - A list of objects that contain summary information about the user's domain configurations.ListDomainConfigurationsResponse.Builder domainConfigurations(DomainConfigurationSummary... domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
domainConfigurations - A list of objects that contain summary information about the user's domain configurations.ListDomainConfigurationsResponse.Builder domainConfigurations(Consumer<DomainConfigurationSummary.Builder>... domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
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 #domainConfigurations(List) .domainConfigurations - a consumer that will call methods on List.Builder #domainConfigurations(List) ListDomainConfigurationsResponse.Builder nextMarker(String nextMarker)
The marker for the next set of results.
nextMarker - The marker for the next set of results.Copyright © 2019. All rights reserved.