Interface DescribeConfigurationRecordersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>,SdkBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeConfigurationRecordersResponse
public static interface DescribeConfigurationRecordersResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationRecordersResponse.Builder,DescribeConfigurationRecordersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConfigurationRecordersResponse.BuilderconfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResponse.BuilderconfigurationRecorders(Consumer<ConfigurationRecorder.Builder>... configurationRecorders)A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResponse.BuilderconfigurationRecorders(ConfigurationRecorder... configurationRecorders)A list that contains the descriptions of the specified configuration recorders.-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.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
-
configurationRecorders
DescribeConfigurationRecordersResponse.Builder configurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
- Parameters:
configurationRecorders- A list that contains the descriptions of the specified configuration recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRecorders
DescribeConfigurationRecordersResponse.Builder configurationRecorders(ConfigurationRecorder... configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
- Parameters:
configurationRecorders- A list that contains the descriptions of the specified configuration recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRecorders
DescribeConfigurationRecordersResponse.Builder configurationRecorders(Consumer<ConfigurationRecorder.Builder>... configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
This is a convenience method that creates an instance of theConfigurationRecorder.Builderavoiding the need to create one manually viaConfigurationRecorder.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configurationRecorders(List.) - Parameters:
configurationRecorders- a consumer that will call methods onConfigurationRecorder.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#configurationRecorders(java.util.Collection)
-
-