Class ResolverQueryLogConfigAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResolverQueryLogConfigAssociation.Builder,ResolverQueryLogConfigAssociation>
@Generated("software.amazon.awssdk:codegen") public final class ResolverQueryLogConfigAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResolverQueryLogConfigAssociation.Builder,ResolverQueryLogConfigAssociation>
In the response to an AssociateResolverQueryLogConfig, DisassociateResolverQueryLogConfig, GetResolverQueryLogConfigAssociation, or ListResolverQueryLogConfigAssociations, request, a complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResolverQueryLogConfigAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResolverQueryLogConfigAssociation.Builderbuilder()StringcreationTime()The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ResolverQueryLogConfigAssociationErrorerror()If the value ofStatusisFAILED, the value ofErrorindicates the cause:StringerrorAsString()If the value ofStatusisFAILED, the value ofErrorindicates the cause:StringerrorMessage()Contains additional information about the error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the query logging association.StringresolverQueryLogConfigId()The ID of the query logging configuration that a VPC is associated with.StringresourceId()The ID of the Amazon VPC that is associated with the query logging configuration.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ResolverQueryLogConfigAssociation.Builder>serializableBuilderClass()ResolverQueryLogConfigAssociationStatusstatus()The status of the specified query logging association.StringstatusAsString()The status of the specified query logging association.ResolverQueryLogConfigAssociation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The ID of the query logging association.
- Returns:
- The ID of the query logging association.
-
resolverQueryLogConfigId
public final String resolverQueryLogConfigId()
The ID of the query logging configuration that a VPC is associated with.
- Returns:
- The ID of the query logging configuration that a VPC is associated with.
-
resourceId
public final String resourceId()
The ID of the Amazon VPC that is associated with the query logging configuration.
- Returns:
- The ID of the Amazon VPC that is associated with the query logging configuration.
-
status
public final ResolverQueryLogConfigAssociationStatus status()
The status of the specified query logging association. Valid values include the following:
-
CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration. -
ACTIVE: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC. -
DELETING: Resolver is deleting this query logging association. -
FAILED: Resolver either couldn't create or couldn't delete the query logging association.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnResolverQueryLogConfigAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the specified query logging association. Valid values include the following:
-
CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration. -
ACTIVE: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC. -
DELETING: Resolver is deleting this query logging association. -
FAILED: Resolver either couldn't create or couldn't delete the query logging association.
-
- See Also:
ResolverQueryLogConfigAssociationStatus
-
-
statusAsString
public final String statusAsString()
The status of the specified query logging association. Valid values include the following:
-
CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration. -
ACTIVE: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC. -
DELETING: Resolver is deleting this query logging association. -
FAILED: Resolver either couldn't create or couldn't delete the query logging association.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnResolverQueryLogConfigAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the specified query logging association. Valid values include the following:
-
CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration. -
ACTIVE: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC. -
DELETING: Resolver is deleting this query logging association. -
FAILED: Resolver either couldn't create or couldn't delete the query logging association.
-
- See Also:
ResolverQueryLogConfigAssociationStatus
-
-
error
public final ResolverQueryLogConfigAssociationError error()
If the value of
StatusisFAILED, the value ofErrorindicates the cause:-
DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted. -
ACCESS_DENIED: Permissions don't allow sending logs to the destination.
If the value of
Statusis a value other thanFAILED,Erroris null.If the service returns an enum value that is not available in the current SDK version,
errorwill returnResolverQueryLogConfigAssociationError.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorAsString().- Returns:
- If the value of
StatusisFAILED, the value ofErrorindicates the cause:-
DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted. -
ACCESS_DENIED: Permissions don't allow sending logs to the destination.
If the value of
Statusis a value other thanFAILED,Erroris null. -
- See Also:
ResolverQueryLogConfigAssociationError
-
-
errorAsString
public final String errorAsString()
If the value of
StatusisFAILED, the value ofErrorindicates the cause:-
DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted. -
ACCESS_DENIED: Permissions don't allow sending logs to the destination.
If the value of
Statusis a value other thanFAILED,Erroris null.If the service returns an enum value that is not available in the current SDK version,
errorwill returnResolverQueryLogConfigAssociationError.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorAsString().- Returns:
- If the value of
StatusisFAILED, the value ofErrorindicates the cause:-
DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted. -
ACCESS_DENIED: Permissions don't allow sending logs to the destination.
If the value of
Statusis a value other thanFAILED,Erroris null. -
- See Also:
ResolverQueryLogConfigAssociationError
-
-
errorMessage
public final String errorMessage()
Contains additional information about the error. If the value or
Erroris null, the value ofErrorMessagealso is null.- Returns:
- Contains additional information about the error. If the value or
Erroris null, the value ofErrorMessagealso is null.
-
creationTime
public final String creationTime()
The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).
- Returns:
- The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).
-
toBuilder
public ResolverQueryLogConfigAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResolverQueryLogConfigAssociation.Builder,ResolverQueryLogConfigAssociation>
-
builder
public static ResolverQueryLogConfigAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResolverQueryLogConfigAssociation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-