Interface DescribeConfigurationsResponse.Builder
-
- All Superinterfaces:
ApplicationDiscoveryResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeConfigurationsResponse.Builder,DescribeConfigurationsResponse>,SdkBuilder<DescribeConfigurationsResponse.Builder,DescribeConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeConfigurationsResponse
public static interface DescribeConfigurationsResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationsResponse.Builder,DescribeConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConfigurationsResponse.Builderconfigurations(Collection<? extends Map<String,String>> configurations)A key in the response map.DescribeConfigurationsResponse.Builderconfigurations(Map<String,String>... configurations)A key in the response map.-
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
DescribeConfigurationsResponse.Builder configurations(Collection<? extends Map<String,String>> configurations)
A key in the response map. The value is an array of data.
- Parameters:
configurations- A key in the response map. The value is an array of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
DescribeConfigurationsResponse.Builder configurations(Map<String,String>... configurations)
A key in the response map. The value is an array of data.
- Parameters:
configurations- A key in the response map. The value is an array of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-