Interface DescribeFieldIndexesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DescribeFieldIndexesRequest.Builder,,DescribeFieldIndexesRequest> SdkBuilder<DescribeFieldIndexesRequest.Builder,,DescribeFieldIndexesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeFieldIndexesRequest
@Mutable
@NotThreadSafe
public static interface DescribeFieldIndexesRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeFieldIndexesRequest.Builder,DescribeFieldIndexesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupIdentifiers(String... logGroupIdentifiers) An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.logGroupIdentifiers(Collection<String> logGroupIdentifiers) An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.Sets the value of the NextToken property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
logGroupIdentifiers
An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.
- Parameters:
logGroupIdentifiers- An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupIdentifiers
An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.
- Parameters:
logGroupIdentifiers- An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFieldIndexesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeFieldIndexesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-