Interface DescribeConfigurationRecorderStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DescribeConfigurationRecorderStatusResponse.Builder,DescribeConfigurationRecorderStatusResponse>,SdkBuilder<DescribeConfigurationRecorderStatusResponse.Builder,DescribeConfigurationRecorderStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeConfigurationRecorderStatusResponse
public static interface DescribeConfigurationRecorderStatusResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationRecorderStatusResponse.Builder,DescribeConfigurationRecorderStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConfigurationRecorderStatusResponse.BuilderconfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)A list that contains status of the specified recorders.DescribeConfigurationRecorderStatusResponse.BuilderconfigurationRecordersStatus(Consumer<ConfigurationRecorderStatus.Builder>... configurationRecordersStatus)A list that contains status of the specified recorders.DescribeConfigurationRecorderStatusResponse.BuilderconfigurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus)A list that contains status of the specified 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
-
configurationRecordersStatus
DescribeConfigurationRecorderStatusResponse.Builder configurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
- Parameters:
configurationRecordersStatus- A list that contains status of the specified recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRecordersStatus
DescribeConfigurationRecorderStatusResponse.Builder configurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus)
A list that contains status of the specified recorders.
- Parameters:
configurationRecordersStatus- A list that contains status of the specified recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRecordersStatus
DescribeConfigurationRecorderStatusResponse.Builder configurationRecordersStatus(Consumer<ConfigurationRecorderStatus.Builder>... configurationRecordersStatus)
A list that contains status of the specified recorders.
This is a convenience method that creates an instance of theConfigurationRecorderStatus.Builderavoiding the need to create one manually viaConfigurationRecorderStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configurationRecordersStatus(List.) - Parameters:
configurationRecordersStatus- a consumer that will call methods onConfigurationRecorderStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#configurationRecordersStatus(java.util.Collection)
-
-