Interface ListConfigurationsResponse.Builder
-
- All Superinterfaces:
ApplicationDiscoveryResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>,SdkBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListConfigurationsResponse
public static interface ListConfigurationsResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationsResponse.Builderconfigurations(Collection<? extends Map<String,String>> configurations)Returns configuration details, including the configuration ID, attribute names, and attribute values.ListConfigurationsResponse.Builderconfigurations(Map<String,String>... configurations)Returns configuration details, including the configuration ID, attribute names, and attribute values.ListConfigurationsResponse.BuildernextToken(String nextToken)Token to retrieve the next set of results.-
Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
configurations
ListConfigurationsResponse.Builder configurations(Collection<? extends Map<String,String>> configurations)
Returns configuration details, including the configuration ID, attribute names, and attribute values.
- Parameters:
configurations- Returns configuration details, including the configuration ID, attribute names, and attribute values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
ListConfigurationsResponse.Builder configurations(Map<String,String>... configurations)
Returns configuration details, including the configuration ID, attribute names, and attribute values.
- Parameters:
configurations- Returns configuration details, including the configuration ID, attribute names, and attribute values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListConfigurationsResponse.Builder nextToken(String nextToken)
Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set
ListConfigurationsRequest$maxResultsto 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.- Parameters:
nextToken- Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you setListConfigurationsRequest$maxResultsto 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-