public static interface ResolverQueryLogConfig.Builder extends SdkPojo, CopyableBuilder<ResolverQueryLogConfig.Builder,ResolverQueryLogConfig>
| Modifier and Type | Method and Description |
|---|---|
ResolverQueryLogConfig.Builder |
arn(String arn)
The ARN for the query logging configuration.
|
ResolverQueryLogConfig.Builder |
associationCount(Integer associationCount)
The number of VPCs that are associated with the query logging configuration.
|
ResolverQueryLogConfig.Builder |
creationTime(String creationTime)
The date and time that the query logging configuration was created, in Unix time format and Coordinated
Universal Time (UTC).
|
ResolverQueryLogConfig.Builder |
creatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the query logging configuration.
|
ResolverQueryLogConfig.Builder |
destinationArn(String destinationArn)
The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log
group, or a Kinesis Data Firehose delivery stream.
|
ResolverQueryLogConfig.Builder |
id(String id)
The ID for the query logging configuration.
|
ResolverQueryLogConfig.Builder |
name(String name)
The name of the query logging configuration.
|
ResolverQueryLogConfig.Builder |
ownerId(String ownerId)
The Amazon Web Services account ID for the account that created the query logging configuration.
|
ResolverQueryLogConfig.Builder |
shareStatus(ShareStatus shareStatus)
An indication of whether the query logging configuration is shared with other Amazon Web Services accounts,
or was shared with the current account by another Amazon Web Services account.
|
ResolverQueryLogConfig.Builder |
shareStatus(String shareStatus)
An indication of whether the query logging configuration is shared with other Amazon Web Services accounts,
or was shared with the current account by another Amazon Web Services account.
|
ResolverQueryLogConfig.Builder |
status(ResolverQueryLogConfigStatus status)
The status of the specified query logging configuration.
|
ResolverQueryLogConfig.Builder |
status(String status)
The status of the specified query logging configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResolverQueryLogConfig.Builder id(String id)
The ID for the query logging configuration.
id - The ID for the query logging configuration.ResolverQueryLogConfig.Builder ownerId(String ownerId)
The Amazon Web Services account ID for the account that created the query logging configuration.
ownerId - The Amazon Web Services account ID for the account that created the query logging configuration.ResolverQueryLogConfig.Builder status(String status)
The status of the specified query logging configuration. Valid values include the following:
CREATING: Resolver is creating the query logging configuration.
CREATED: The query logging configuration was successfully created. Resolver is logging queries
that originate in the specified VPC.
DELETING: Resolver is deleting this query logging configuration.
FAILED: Resolver can't deliver logs to the location that is specified in the query logging
configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don't allow sending logs to the destination.
status - The status of the specified query logging configuration. Valid values include the following:
CREATING: Resolver is creating the query logging configuration.
CREATED: The query logging configuration was successfully created. Resolver is logging
queries that originate in the specified VPC.
DELETING: Resolver is deleting this query logging configuration.
FAILED: Resolver can't deliver logs to the location that is specified in the query
logging configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don't allow sending logs to the destination.
ResolverQueryLogConfigStatus,
ResolverQueryLogConfigStatusResolverQueryLogConfig.Builder status(ResolverQueryLogConfigStatus status)
The status of the specified query logging configuration. Valid values include the following:
CREATING: Resolver is creating the query logging configuration.
CREATED: The query logging configuration was successfully created. Resolver is logging queries
that originate in the specified VPC.
DELETING: Resolver is deleting this query logging configuration.
FAILED: Resolver can't deliver logs to the location that is specified in the query logging
configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don't allow sending logs to the destination.
status - The status of the specified query logging configuration. Valid values include the following:
CREATING: Resolver is creating the query logging configuration.
CREATED: The query logging configuration was successfully created. Resolver is logging
queries that originate in the specified VPC.
DELETING: Resolver is deleting this query logging configuration.
FAILED: Resolver can't deliver logs to the location that is specified in the query
logging configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don't allow sending logs to the destination.
ResolverQueryLogConfigStatus,
ResolverQueryLogConfigStatusResolverQueryLogConfig.Builder shareStatus(String shareStatus)
An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
shareStatus - An indication of whether the query logging configuration is shared with other Amazon Web Services
accounts, or was shared with the current account by another Amazon Web Services account. Sharing is
configured through Resource Access Manager (RAM).ShareStatus,
ShareStatusResolverQueryLogConfig.Builder shareStatus(ShareStatus shareStatus)
An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
shareStatus - An indication of whether the query logging configuration is shared with other Amazon Web Services
accounts, or was shared with the current account by another Amazon Web Services account. Sharing is
configured through Resource Access Manager (RAM).ShareStatus,
ShareStatusResolverQueryLogConfig.Builder associationCount(Integer associationCount)
The number of VPCs that are associated with the query logging configuration.
associationCount - The number of VPCs that are associated with the query logging configuration.ResolverQueryLogConfig.Builder arn(String arn)
The ARN for the query logging configuration.
arn - The ARN for the query logging configuration.ResolverQueryLogConfig.Builder name(String name)
The name of the query logging configuration.
name - The name of the query logging configuration.ResolverQueryLogConfig.Builder destinationArn(String destinationArn)
The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.
destinationArn - The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch
Logs log group, or a Kinesis Data Firehose delivery stream.ResolverQueryLogConfig.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the query logging configuration. The
CreatorRequestId allows failed requests to be retried without the risk of running the operation
twice.
creatorRequestId - A unique string that identifies the request that created the query logging configuration. The
CreatorRequestId allows failed requests to be retried without the risk of running the
operation twice.ResolverQueryLogConfig.Builder creationTime(String creationTime)
The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime - The date and time that the query logging configuration was created, in Unix time format and
Coordinated Universal Time (UTC).Copyright © 2023. All rights reserved.