| 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 AWS 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 AWS accounts, or was shared
with the current account by another AWS account.
|
ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.Builder.shareStatus(String shareStatus)
An indication of whether the query logging configuration is shared with other AWS accounts, or was shared
with the current account by another AWS 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 DeleteResolverQueryLogConfigResponse.Builder |
DeleteResolverQueryLogConfigResponse.Builder.resolverQueryLogConfig(Consumer<ResolverQueryLogConfig.Builder> resolverQueryLogConfig)
Information about the query logging configuration that you deleted, including the status of the request.
|
default CreateResolverQueryLogConfigResponse.Builder |
CreateResolverQueryLogConfigResponse.Builder.resolverQueryLogConfig(Consumer<ResolverQueryLogConfig.Builder> resolverQueryLogConfig)
Information about the
CreateResolverQueryLogConfig request, including the status of the request. |
default GetResolverQueryLogConfigResponse.Builder |
GetResolverQueryLogConfigResponse.Builder.resolverQueryLogConfig(Consumer<ResolverQueryLogConfig.Builder> resolverQueryLogConfig)
Information about the Resolver query logging configuration that you specified in a
GetQueryLogConfig request. |
Copyright © 2021. All rights reserved.