public static interface ResolverQueryLogConfigAssociation.Builder extends SdkPojo, CopyableBuilder<ResolverQueryLogConfigAssociation.Builder,ResolverQueryLogConfigAssociation>
| Modifier and Type | Method and Description |
|---|---|
ResolverQueryLogConfigAssociation.Builder |
creationTime(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).
|
ResolverQueryLogConfigAssociation.Builder |
error(ResolverQueryLogConfigAssociationError error)
If the value of
Status is FAILED, the value of Error indicates the
cause: |
ResolverQueryLogConfigAssociation.Builder |
error(String error)
If the value of
Status is FAILED, the value of Error indicates the
cause: |
ResolverQueryLogConfigAssociation.Builder |
errorMessage(String errorMessage)
Contains additional information about the error.
|
ResolverQueryLogConfigAssociation.Builder |
id(String id)
The ID of the query logging association.
|
ResolverQueryLogConfigAssociation.Builder |
resolverQueryLogConfigId(String resolverQueryLogConfigId)
The ID of the query logging configuration that a VPC is associated with.
|
ResolverQueryLogConfigAssociation.Builder |
resourceId(String resourceId)
The ID of the Amazon VPC that is associated with the query logging configuration.
|
ResolverQueryLogConfigAssociation.Builder |
status(ResolverQueryLogConfigAssociationStatus status)
The status of the specified query logging association.
|
ResolverQueryLogConfigAssociation.Builder |
status(String status)
The status of the specified query logging association.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResolverQueryLogConfigAssociation.Builder id(String id)
The ID of the query logging association.
id - The ID of the query logging association.ResolverQueryLogConfigAssociation.Builder resolverQueryLogConfigId(String resolverQueryLogConfigId)
The ID of the query logging configuration that a VPC is associated with.
resolverQueryLogConfigId - The ID of the query logging configuration that a VPC is associated with.ResolverQueryLogConfigAssociation.Builder resourceId(String resourceId)
The ID of the Amazon VPC that is associated with the query logging configuration.
resourceId - The ID of the Amazon VPC that is associated with the query logging configuration.ResolverQueryLogConfigAssociation.Builder status(String 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.
CREATED: 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.
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.
CREATED: 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.
ResolverQueryLogConfigAssociationStatus,
ResolverQueryLogConfigAssociationStatusResolverQueryLogConfigAssociation.Builder status(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.
CREATED: 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.
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.
CREATED: 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.
ResolverQueryLogConfigAssociationStatus,
ResolverQueryLogConfigAssociationStatusResolverQueryLogConfigAssociation.Builder error(String error)
If the value of Status is FAILED, the value of Error indicates 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 Status is a value other than FAILED, Error is null.
error - If the value of Status is FAILED, the value of Error indicates
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 Status is a value other than FAILED, Error is
null.
ResolverQueryLogConfigAssociationError,
ResolverQueryLogConfigAssociationErrorResolverQueryLogConfigAssociation.Builder error(ResolverQueryLogConfigAssociationError error)
If the value of Status is FAILED, the value of Error indicates 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 Status is a value other than FAILED, Error is null.
error - If the value of Status is FAILED, the value of Error indicates
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 Status is a value other than FAILED, Error is
null.
ResolverQueryLogConfigAssociationError,
ResolverQueryLogConfigAssociationErrorResolverQueryLogConfigAssociation.Builder errorMessage(String errorMessage)
Contains additional information about the error. If the value or Error is null, the value of
ErrorMessage also is null.
errorMessage - Contains additional information about the error. If the value or Error is null, the value
of ErrorMessage also is null.ResolverQueryLogConfigAssociation.Builder creationTime(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).
creationTime - The date and time that the VPC was associated with the query logging configuration, in Unix time
format and Coordinated Universal Time (UTC).Copyright © 2023. All rights reserved.