| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.builder() |
ResolverQueryLogConfigAssociation.Builder |
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 |
ResolverQueryLogConfigAssociation.Builder.error(ResolverQueryLogConfigAssociationError error)
If the value of
Status is FAILED, the value of Error indicates the
cause: |
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.Builder.error(String error)
If the value of
Status is FAILED, the value of Error indicates the
cause: |
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.Builder.errorMessage(String errorMessage)
Contains additional information about the error.
|
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.Builder.id(String id)
The ID of the query logging association.
|
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.Builder.resolverQueryLogConfigId(String resolverQueryLogConfigId)
The ID of the query logging configuration that a VPC is associated with.
|
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.Builder.resourceId(String resourceId)
The ID of the Amazon VPC that is associated with the query logging configuration.
|
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.Builder.status(ResolverQueryLogConfigAssociationStatus status)
The status of the specified query logging association.
|
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.Builder.status(String status)
The status of the specified query logging association.
|
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResolverQueryLogConfigAssociation.Builder> |
ResolverQueryLogConfigAssociation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DisassociateResolverQueryLogConfigResponse.Builder |
DisassociateResolverQueryLogConfigResponse.Builder.resolverQueryLogConfigAssociation(Consumer<ResolverQueryLogConfigAssociation.Builder> resolverQueryLogConfigAssociation)
A complex type that contains settings for the association that you deleted between an Amazon VPC and a query
logging configuration.
|
default AssociateResolverQueryLogConfigResponse.Builder |
AssociateResolverQueryLogConfigResponse.Builder.resolverQueryLogConfigAssociation(Consumer<ResolverQueryLogConfigAssociation.Builder> resolverQueryLogConfigAssociation)
A complex type that contains settings for a specified association between an Amazon VPC and a query logging
configuration.
|
default GetResolverQueryLogConfigAssociationResponse.Builder |
GetResolverQueryLogConfigAssociationResponse.Builder.resolverQueryLogConfigAssociation(Consumer<ResolverQueryLogConfigAssociation.Builder> resolverQueryLogConfigAssociation)
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation request. |
Copyright © 2023. All rights reserved.