Interface ListResolverQueryLogConfigAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResolverQueryLogConfigAssociationsRequest.Builder,ListResolverQueryLogConfigAssociationsRequest>,Route53ResolverRequest.Builder,SdkBuilder<ListResolverQueryLogConfigAssociationsRequest.Builder,ListResolverQueryLogConfigAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListResolverQueryLogConfigAssociationsRequest
public static interface ListResolverQueryLogConfigAssociationsRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<ListResolverQueryLogConfigAssociationsRequest.Builder,ListResolverQueryLogConfigAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResolverQueryLogConfigAssociationsRequest.Builderfilters(Collection<Filter> filters)An optional specification to return a subset of query logging associations.ListResolverQueryLogConfigAssociationsRequest.Builderfilters(Consumer<Filter.Builder>... filters)An optional specification to return a subset of query logging associations.ListResolverQueryLogConfigAssociationsRequest.Builderfilters(Filter... filters)An optional specification to return a subset of query logging associations.ListResolverQueryLogConfigAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of query logging associations that you want to return in the response to aListResolverQueryLogConfigAssociationsrequest.ListResolverQueryLogConfigAssociationsRequest.BuildernextToken(String nextToken)For the firstListResolverQueryLogConfigAssociationsrequest, omit this value.ListResolverQueryLogConfigAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResolverQueryLogConfigAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResolverQueryLogConfigAssociationsRequest.BuildersortBy(String sortBy)The element that you want Resolver to sort query logging associations by.ListResolverQueryLogConfigAssociationsRequest.BuildersortOrder(String sortOrder)If you specified a value forSortBy, the order that you want query logging associations to be listed in,ASCENDINGorDESCENDING.ListResolverQueryLogConfigAssociationsRequest.BuildersortOrder(SortOrder sortOrder)If you specified a value forSortBy, the order that you want query logging associations to be listed in,ASCENDINGorDESCENDING.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListResolverQueryLogConfigAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of query logging associations that you want to return in the response to a
ListResolverQueryLogConfigAssociationsrequest. If you don't specify a value forMaxResults, Resolver returns up to 100 query logging associations.- Parameters:
maxResults- The maximum number of query logging associations that you want to return in the response to aListResolverQueryLogConfigAssociationsrequest. If you don't specify a value forMaxResults, Resolver returns up to 100 query logging associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListResolverQueryLogConfigAssociationsRequest.Builder nextToken(String nextToken)
For the first
ListResolverQueryLogConfigAssociationsrequest, omit this value.If there are more than
MaxResultsquery logging associations that match the values that you specify forFilters, you can submit anotherListResolverQueryLogConfigAssociationsrequest to get the next group of associations. In the next request, specify the value ofNextTokenfrom the previous response.- Parameters:
nextToken- For the firstListResolverQueryLogConfigAssociationsrequest, omit this value.If there are more than
MaxResultsquery logging associations that match the values that you specify forFilters, you can submit anotherListResolverQueryLogConfigAssociationsrequest to get the next group of associations. In the next request, specify the value ofNextTokenfrom the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListResolverQueryLogConfigAssociationsRequest.Builder filters(Collection<Filter> filters)
An optional specification to return a subset of query logging associations.
If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same values forFilters, if any, as in the previous request.- Parameters:
filters- An optional specification to return a subset of query logging associations.If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same values forFilters, if any, as in the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListResolverQueryLogConfigAssociationsRequest.Builder filters(Filter... filters)
An optional specification to return a subset of query logging associations.
If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same values forFilters, if any, as in the previous request.- Parameters:
filters- An optional specification to return a subset of query logging associations.If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same values forFilters, if any, as in the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListResolverQueryLogConfigAssociationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
An optional specification to return a subset of query logging associations.
This is a convenience method that creates an instance of theIf you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same values forFilters, if any, as in the previous request.Filter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
sortBy
ListResolverQueryLogConfigAssociationsRequest.Builder sortBy(String sortBy)
The element that you want Resolver to sort query logging associations by.
If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same value forSortBy, if any, as in the previous request.Valid values include the following elements:
-
CreationTime: The ID of the query logging association. -
Error: If the value ofStatusisFAILED, the value ofErrorindicates the cause:-
DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted. -
ACCESS_DENIED: Permissions don't allow sending logs to the destination.
If
Statusis a value other thanFAILED,ERRORis null. -
-
Id: The ID of the query logging association -
ResolverQueryLogConfigId: The ID of the query logging configuration -
ResourceId: The ID of the VPC that is associated with the query logging configuration -
Status: The current status of the configuration. Valid values include the following:-
CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration. -
CREATED: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC. -
DELETING: Resolver is deleting this query logging association. -
FAILED: Resolver either couldn't create or couldn't delete the query logging association. Here are two common causes:-
The specified destination (for example, an Amazon S3 bucket) was deleted.
-
Permissions don't allow sending logs to the destination.
-
-
- Parameters:
sortBy- The element that you want Resolver to sort query logging associations by.If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same value forSortBy, if any, as in the previous request.Valid values include the following elements:
-
CreationTime: The ID of the query logging association. -
Error: If the value ofStatusisFAILED, the value ofErrorindicates the cause:-
DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted. -
ACCESS_DENIED: Permissions don't allow sending logs to the destination.
If
Statusis a value other thanFAILED,ERRORis null. -
-
Id: The ID of the query logging association -
ResolverQueryLogConfigId: The ID of the query logging configuration -
ResourceId: The ID of the VPC that is associated with the query logging configuration -
Status: The current status of the configuration. Valid values include the following:-
CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration. -
CREATED: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC. -
DELETING: Resolver is deleting this query logging association. -
FAILED: Resolver either couldn't create or couldn't delete the query logging association. Here are two common causes:-
The specified destination (for example, an Amazon S3 bucket) was deleted.
-
Permissions don't allow sending logs to the destination.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sortOrder
ListResolverQueryLogConfigAssociationsRequest.Builder sortOrder(String sortOrder)
If you specified a value for
SortBy, the order that you want query logging associations to be listed in,ASCENDINGorDESCENDING.If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same value forSortOrder, if any, as in the previous request.- Parameters:
sortOrder- If you specified a value forSortBy, the order that you want query logging associations to be listed in,ASCENDINGorDESCENDING.If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same value forSortOrder, if any, as in the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
sortOrder
ListResolverQueryLogConfigAssociationsRequest.Builder sortOrder(SortOrder sortOrder)
If you specified a value for
SortBy, the order that you want query logging associations to be listed in,ASCENDINGorDESCENDING.If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same value forSortOrder, if any, as in the previous request.- Parameters:
sortOrder- If you specified a value forSortBy, the order that you want query logging associations to be listed in,ASCENDINGorDESCENDING.If you submit a second or subsequent
ListResolverQueryLogConfigAssociationsrequest and specify theNextTokenparameter, you must use the same value forSortOrder, if any, as in the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
overrideConfiguration
ListResolverQueryLogConfigAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListResolverQueryLogConfigAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-