Interface PutConfigurationAggregatorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<PutConfigurationAggregatorRequest.Builder,PutConfigurationAggregatorRequest>,SdkBuilder<PutConfigurationAggregatorRequest.Builder,PutConfigurationAggregatorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutConfigurationAggregatorRequest
public static interface PutConfigurationAggregatorRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationAggregatorRequest.Builder,PutConfigurationAggregatorRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
configurationAggregatorName
PutConfigurationAggregatorRequest.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
- Parameters:
configurationAggregatorName- The name of the configuration aggregator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAggregationSources
PutConfigurationAggregatorRequest.Builder accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
A list of AccountAggregationSource object.
- Parameters:
accountAggregationSources- A list of AccountAggregationSource object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAggregationSources
PutConfigurationAggregatorRequest.Builder accountAggregationSources(AccountAggregationSource... accountAggregationSources)
A list of AccountAggregationSource object.
- Parameters:
accountAggregationSources- A list of AccountAggregationSource object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAggregationSources
PutConfigurationAggregatorRequest.Builder accountAggregationSources(Consumer<AccountAggregationSource.Builder>... accountAggregationSources)
A list of AccountAggregationSource object.
This is a convenience method that creates an instance of theAccountAggregationSource.Builderavoiding the need to create one manually viaAccountAggregationSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accountAggregationSources(List.) - Parameters:
accountAggregationSources- a consumer that will call methods onAccountAggregationSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#accountAggregationSources(java.util.Collection)
-
organizationAggregationSource
PutConfigurationAggregatorRequest.Builder organizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
An OrganizationAggregationSource object.
- Parameters:
organizationAggregationSource- An OrganizationAggregationSource object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationAggregationSource
default PutConfigurationAggregatorRequest.Builder organizationAggregationSource(Consumer<OrganizationAggregationSource.Builder> organizationAggregationSource)
An OrganizationAggregationSource object.
This is a convenience method that creates an instance of theOrganizationAggregationSource.Builderavoiding the need to create one manually viaOrganizationAggregationSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorganizationAggregationSource(OrganizationAggregationSource).- Parameters:
organizationAggregationSource- a consumer that will call methods onOrganizationAggregationSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
organizationAggregationSource(OrganizationAggregationSource)
-
tags
PutConfigurationAggregatorRequest.Builder tags(Collection<Tag> tags)
An array of tag object.
- Parameters:
tags- An array of tag object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutConfigurationAggregatorRequest.Builder tags(Tag... tags)
An array of tag object.
- Parameters:
tags- An array of tag object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutConfigurationAggregatorRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of tag object.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
PutConfigurationAggregatorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutConfigurationAggregatorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-