@Generated(value="software.amazon.awssdk:codegen") public final class BaseConfigurationItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BaseConfigurationItem.Builder,BaseConfigurationItem>
The detailed configuration of a specified resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BaseConfigurationItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The 12-digit AWS account ID associated with the resource.
|
String |
arn()
The Amazon Resource Name (ARN) of the resource.
|
String |
availabilityZone()
The Availability Zone associated with the resource.
|
String |
awsRegion()
The region where the resource resides.
|
static BaseConfigurationItem.Builder |
builder() |
String |
configuration()
The description of the resource configuration.
|
Instant |
configurationItemCaptureTime()
The time when the configuration recording was initiated.
|
ConfigurationItemStatus |
configurationItemStatus()
The configuration item status.
|
String |
configurationItemStatusAsString()
The configuration item status.
|
String |
configurationStateId()
An identifier that indicates the ordering of the configuration items of a resource.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
resourceCreationTime()
The time stamp when the resource was created.
|
String |
resourceId()
The ID of the resource (for example., sg-xxxxxx).
|
String |
resourceName()
The custom name of the resource, if available.
|
ResourceType |
resourceType()
The type of AWS resource.
|
String |
resourceTypeAsString()
The type of AWS resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BaseConfigurationItem.Builder> |
serializableBuilderClass() |
Map<String,String> |
supplementaryConfiguration()
Configuration attributes that AWS Config returns for certain resource types to supplement the information
returned for the configuration parameter.
|
BaseConfigurationItem.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
version()
The version number of the resource configuration.
|
copypublic String version()
The version number of the resource configuration.
public String accountId()
The 12-digit AWS account ID associated with the resource.
public Instant configurationItemCaptureTime()
The time when the configuration recording was initiated.
public ConfigurationItemStatus configurationItemStatus()
The configuration item status.
If the service returns an enum value that is not available in the current SDK version,
configurationItemStatus will return ConfigurationItemStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from configurationItemStatusAsString().
ConfigurationItemStatuspublic String configurationItemStatusAsString()
The configuration item status.
If the service returns an enum value that is not available in the current SDK version,
configurationItemStatus will return ConfigurationItemStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from configurationItemStatusAsString().
ConfigurationItemStatuspublic String configurationStateId()
An identifier that indicates the ordering of the configuration items of a resource.
public String arn()
The Amazon Resource Name (ARN) of the resource.
public ResourceType resourceType()
The type of AWS resource.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic String resourceTypeAsString()
The type of AWS resource.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic String resourceId()
The ID of the resource (for example., sg-xxxxxx).
public String resourceName()
The custom name of the resource, if available.
public String awsRegion()
The region where the resource resides.
public String availabilityZone()
The Availability Zone associated with the resource.
public Instant resourceCreationTime()
The time stamp when the resource was created.
public String configuration()
The description of the resource configuration.
public Map<String,String> supplementaryConfiguration()
Configuration attributes that AWS Config returns for certain resource types to supplement the information returned for the configuration parameter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public BaseConfigurationItem.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BaseConfigurationItem.Builder,BaseConfigurationItem>public static BaseConfigurationItem.Builder builder()
public static Class<? extends BaseConfigurationItem.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.