@Generated(value="software.amazon.awssdk:codegen") public final class ConfigurationAggregator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationAggregator.Builder,ConfigurationAggregator>
The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
Modifier and Type | Class and Description |
---|---|
static interface |
ConfigurationAggregator.Builder |
Modifier and Type | Method and Description |
---|---|
List<AccountAggregationSource> |
accountAggregationSources()
Provides a list of source accounts and regions to be aggregated.
|
static ConfigurationAggregator.Builder |
builder() |
String |
configurationAggregatorArn()
The Amazon Resource Name (ARN) of the aggregator.
|
String |
configurationAggregatorName()
The name of the aggregator.
|
Instant |
creationTime()
The time stamp when the configuration aggregator was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time of the last update.
|
OrganizationAggregationSource |
organizationAggregationSource()
Provides an organization and list of regions to be aggregated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigurationAggregator.Builder> |
serializableBuilderClass() |
ConfigurationAggregator.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String configurationAggregatorName()
The name of the aggregator.
public String configurationAggregatorArn()
The Amazon Resource Name (ARN) of the aggregator.
public List<AccountAggregationSource> accountAggregationSources()
Provides a list of source accounts and regions to be aggregated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public OrganizationAggregationSource organizationAggregationSource()
Provides an organization and list of regions to be aggregated.
public Instant creationTime()
The time stamp when the configuration aggregator was created.
public Instant lastUpdatedTime()
The time of the last update.
public ConfigurationAggregator.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConfigurationAggregator.Builder,ConfigurationAggregator>
public static ConfigurationAggregator.Builder builder()
public static Class<? extends ConfigurationAggregator.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.