Uses of Interface
software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociation.Builder
-
Packages that use ResolverQueryLogConfigAssociation.Builder Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of ResolverQueryLogConfigAssociation.Builder in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ResolverQueryLogConfigAssociation.Builder Modifier and Type Method Description static ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation. builder()ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation.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.BuilderResolverQueryLogConfigAssociation.Builder. error(String error)If the value ofStatusisFAILED, the value ofErrorindicates the cause:ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation.Builder. error(ResolverQueryLogConfigAssociationError error)If the value ofStatusisFAILED, the value ofErrorindicates the cause:ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation.Builder. errorMessage(String errorMessage)Contains additional information about the error.ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation.Builder. id(String id)The ID of the query logging association.ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation.Builder. resolverQueryLogConfigId(String resolverQueryLogConfigId)The ID of the query logging configuration that a VPC is associated with.ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation.Builder. resourceId(String resourceId)The ID of the Amazon VPC that is associated with the query logging configuration.ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation.Builder. status(String status)The status of the specified query logging association.ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation.Builder. status(ResolverQueryLogConfigAssociationStatus status)The status of the specified query logging association.ResolverQueryLogConfigAssociation.BuilderResolverQueryLogConfigAssociation. toBuilder()Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type ResolverQueryLogConfigAssociation.Builder Modifier and Type Method Description static Class<? extends ResolverQueryLogConfigAssociation.Builder>ResolverQueryLogConfigAssociation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type ResolverQueryLogConfigAssociation.Builder Modifier and Type Method Description default AssociateResolverQueryLogConfigResponse.BuilderAssociateResolverQueryLogConfigResponse.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 DisassociateResolverQueryLogConfigResponse.BuilderDisassociateResolverQueryLogConfigResponse.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 GetResolverQueryLogConfigAssociationResponse.BuilderGetResolverQueryLogConfigAssociationResponse.Builder. resolverQueryLogConfigAssociation(Consumer<ResolverQueryLogConfigAssociation.Builder> resolverQueryLogConfigAssociation)Information about the Resolver query logging configuration association that you specified in aGetQueryLogConfigAssociationrequest.
-