Interface DescribeFieldIndexesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<DescribeFieldIndexesResponse.Builder,DescribeFieldIndexesResponse>,SdkBuilder<DescribeFieldIndexesResponse.Builder,DescribeFieldIndexesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFieldIndexesResponse
public static interface DescribeFieldIndexesResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<DescribeFieldIndexesResponse.Builder,DescribeFieldIndexesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFieldIndexesResponse.BuilderfieldIndexes(Collection<FieldIndex> fieldIndexes)An array containing the field index information.DescribeFieldIndexesResponse.BuilderfieldIndexes(Consumer<FieldIndex.Builder>... fieldIndexes)An array containing the field index information.DescribeFieldIndexesResponse.BuilderfieldIndexes(FieldIndex... fieldIndexes)An array containing the field index information.DescribeFieldIndexesResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fieldIndexes
DescribeFieldIndexesResponse.Builder fieldIndexes(Collection<FieldIndex> fieldIndexes)
An array containing the field index information.
- Parameters:
fieldIndexes- An array containing the field index information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldIndexes
DescribeFieldIndexesResponse.Builder fieldIndexes(FieldIndex... fieldIndexes)
An array containing the field index information.
- Parameters:
fieldIndexes- An array containing the field index information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldIndexes
DescribeFieldIndexesResponse.Builder fieldIndexes(Consumer<FieldIndex.Builder>... fieldIndexes)
An array containing the field index information.
This is a convenience method that creates an instance of theFieldIndex.Builderavoiding the need to create one manually viaFieldIndex.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fieldIndexes(List.) - Parameters:
fieldIndexes- a consumer that will call methods onFieldIndex.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#fieldIndexes(java.util.Collection)
-
nextToken
DescribeFieldIndexesResponse.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.
-
-