@Generated(value="software.amazon.awssdk:codegen") public final class CreateQueryLoggingConfigRequest extends Route53Request implements ToCopyableBuilder<CreateQueryLoggingConfigRequest.Builder,CreateQueryLoggingConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateQueryLoggingConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateQueryLoggingConfigRequest.Builder |
builder() |
String |
cloudWatchLogsLogGroupArn()
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostedZoneId()
The ID of the hosted zone that you want to log queries for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateQueryLoggingConfigRequest.Builder> |
serializableBuilderClass() |
CreateQueryLoggingConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hostedZoneId()
The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.
public final String cloudWatchLogsLogGroupArn()
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to. This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the Amazon Web Services SDKs.
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the Amazon Web Services SDKs.
public CreateQueryLoggingConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateQueryLoggingConfigRequest.Builder,CreateQueryLoggingConfigRequest>toBuilder in class Route53Requestpublic static CreateQueryLoggingConfigRequest.Builder builder()
public static Class<? extends CreateQueryLoggingConfigRequest.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 © 2022. All rights reserved.