Interface BatchGetAggregateResourceConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<BatchGetAggregateResourceConfigResponse.Builder,BatchGetAggregateResourceConfigResponse>,SdkBuilder<BatchGetAggregateResourceConfigResponse.Builder,BatchGetAggregateResourceConfigResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetAggregateResourceConfigResponse
public static interface BatchGetAggregateResourceConfigResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAggregateResourceConfigResponse.Builder,BatchGetAggregateResourceConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAggregateResourceConfigResponse.BuilderbaseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)A list that contains the current configuration of one or more resources.BatchGetAggregateResourceConfigResponse.BuilderbaseConfigurationItems(Consumer<BaseConfigurationItem.Builder>... baseConfigurationItems)A list that contains the current configuration of one or more resources.BatchGetAggregateResourceConfigResponse.BuilderbaseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)A list that contains the current configuration of one or more resources.BatchGetAggregateResourceConfigResponse.BuilderunprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)A list of resource identifiers that were not processed with current scope.BatchGetAggregateResourceConfigResponse.BuilderunprocessedResourceIdentifiers(Consumer<AggregateResourceIdentifier.Builder>... unprocessedResourceIdentifiers)A list of resource identifiers that were not processed with current scope.BatchGetAggregateResourceConfigResponse.BuilderunprocessedResourceIdentifiers(AggregateResourceIdentifier... unprocessedResourceIdentifiers)A list of resource identifiers that were not processed with current scope.-
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
-
baseConfigurationItems
BatchGetAggregateResourceConfigResponse.Builder baseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
- Parameters:
baseConfigurationItems- A list that contains the current configuration of one or more resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseConfigurationItems
BatchGetAggregateResourceConfigResponse.Builder baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
- Parameters:
baseConfigurationItems- A list that contains the current configuration of one or more resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseConfigurationItems
BatchGetAggregateResourceConfigResponse.Builder baseConfigurationItems(Consumer<BaseConfigurationItem.Builder>... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
This is a convenience method that creates an instance of theBaseConfigurationItem.Builderavoiding the need to create one manually viaBaseConfigurationItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#baseConfigurationItems(List.) - Parameters:
baseConfigurationItems- a consumer that will call methods onBaseConfigurationItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#baseConfigurationItems(java.util.Collection)
-
unprocessedResourceIdentifiers
BatchGetAggregateResourceConfigResponse.Builder unprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
- Parameters:
unprocessedResourceIdentifiers- A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedResourceIdentifiers
BatchGetAggregateResourceConfigResponse.Builder unprocessedResourceIdentifiers(AggregateResourceIdentifier... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
- Parameters:
unprocessedResourceIdentifiers- A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedResourceIdentifiers
BatchGetAggregateResourceConfigResponse.Builder unprocessedResourceIdentifiers(Consumer<AggregateResourceIdentifier.Builder>... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
This is a convenience method that creates an instance of theAggregateResourceIdentifier.Builderavoiding the need to create one manually viaAggregateResourceIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedResourceIdentifiers(List.) - Parameters:
unprocessedResourceIdentifiers- a consumer that will call methods onAggregateResourceIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#unprocessedResourceIdentifiers(java.util.Collection)
-
-