@Generated(value="software.amazon.awssdk:codegen") public final class PutResolverQueryLogConfigPolicyRequest extends Route53ResolverRequest implements ToCopyableBuilder<PutResolverQueryLogConfigPolicyRequest.Builder,PutResolverQueryLogConfigPolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutResolverQueryLogConfigPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the account that you want to share rules with.
|
static PutResolverQueryLogConfigPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resolverQueryLogConfigPolicy()
An Identity and Access Management policy statement that lists the query logging configurations that you want to
share with another Amazon Web Services account and the operations that you want the account to be able to
perform.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutResolverQueryLogConfigPolicyRequest.Builder> |
serializableBuilderClass() |
PutResolverQueryLogConfigPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the account that you want to share rules with.
public final String resolverQueryLogConfigPolicy()
An Identity and Access Management policy statement that lists the query logging configurations that you want to
share with another Amazon Web Services account and the operations that you want the account to be able to
perform. You can specify the following operations in the Actions section of the statement:
route53resolver:AssociateResolverQueryLogConfig
route53resolver:DisassociateResolverQueryLogConfig
route53resolver:ListResolverQueryLogConfigs
In the Resource section of the statement, you specify the ARNs for the query logging configurations
that you want to share with the account that you specified in Arn.
Actions section of the
statement:
route53resolver:AssociateResolverQueryLogConfig
route53resolver:DisassociateResolverQueryLogConfig
route53resolver:ListResolverQueryLogConfigs
In the Resource section of the statement, you specify the ARNs for the query logging
configurations that you want to share with the account that you specified in Arn.
public PutResolverQueryLogConfigPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutResolverQueryLogConfigPolicyRequest.Builder,PutResolverQueryLogConfigPolicyRequest>toBuilder in class Route53ResolverRequestpublic static PutResolverQueryLogConfigPolicyRequest.Builder builder()
public static Class<? extends PutResolverQueryLogConfigPolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.