Interface DescribeFieldIndexesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DescribeFieldIndexesRequest.Builder,DescribeFieldIndexesRequest>,SdkBuilder<DescribeFieldIndexesRequest.Builder,DescribeFieldIndexesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFieldIndexesRequest
public static interface DescribeFieldIndexesRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeFieldIndexesRequest.Builder,DescribeFieldIndexesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFieldIndexesRequest.BuilderlogGroupIdentifiers(String... logGroupIdentifiers)An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.DescribeFieldIndexesRequest.BuilderlogGroupIdentifiers(Collection<String> logGroupIdentifiers)An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.DescribeFieldIndexesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeFieldIndexesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFieldIndexesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
logGroupIdentifiers
DescribeFieldIndexesRequest.Builder logGroupIdentifiers(Collection<String> 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
DescribeFieldIndexesRequest.Builder logGroupIdentifiers(String... 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
DescribeFieldIndexesRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFieldIndexesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-