| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.Builder.arn(String arn)
The ARN for the query logging configuration.
|
ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.Builder.associationCount(Integer associationCount)
The number of VPCs that are associated with the query logging configuration.
|
static ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.builder() |
ResolverQueryLogConfig.Builder |
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 |
ResolverQueryLogConfig.Builder.creatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the query logging configuration.
|
ResolverQueryLogConfig.Builder |
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 |
ResolverQueryLogConfig.Builder.id(String id)
The ID for the query logging configuration.
|
ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.Builder.name(String name)
The name of the query logging configuration.
|
ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.Builder.ownerId(String ownerId)
The Amazon Web Services account ID for the account that created the query logging configuration.
|
ResolverQueryLogConfig.Builder |
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 |
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 |
ResolverQueryLogConfig.Builder.status(ResolverQueryLogConfigStatus status)
The status of the specified query logging configuration.
|
ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.Builder.status(String status)
The status of the specified query logging configuration.
|
ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResolverQueryLogConfig.Builder> |
ResolverQueryLogConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetResolverQueryLogConfigResponse.Builder |
GetResolverQueryLogConfigResponse.Builder.resolverQueryLogConfig(Consumer<ResolverQueryLogConfig.Builder> resolverQueryLogConfig)
Information about the Resolver query logging configuration that you specified in a
GetQueryLogConfig request. |
default CreateResolverQueryLogConfigResponse.Builder |
CreateResolverQueryLogConfigResponse.Builder.resolverQueryLogConfig(Consumer<ResolverQueryLogConfig.Builder> resolverQueryLogConfig)
Information about the
CreateResolverQueryLogConfig request, including the status of the request. |
default DeleteResolverQueryLogConfigResponse.Builder |
DeleteResolverQueryLogConfigResponse.Builder.resolverQueryLogConfig(Consumer<ResolverQueryLogConfig.Builder> resolverQueryLogConfig)
Information about the query logging configuration that you deleted, including the status of the request.
|
Copyright © 2023. All rights reserved.