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 method that creates an instance of theDomainConfigurationSummary.Builder avoiding the need to
create one manually via
DomainConfigurationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #domainConfigurations(List.
domainConfigurations - a consumer that will call methods on
DomainConfigurationSummary.Builder#domainConfigurations(java.util.Collection) ListDomainConfigurationsResponse.Builder nextMarker(String nextMarker)
The marker for the next set of results.
nextMarker - The marker for the next set of results.Copyright © 2023. All rights reserved.