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
Modifier and TypeMethodDescriptionfieldIndexes(Collection<FieldIndex> fieldIndexes) An array containing the field index information.fieldIndexes(Consumer<FieldIndex.Builder>... fieldIndexes) An array containing the field index information.fieldIndexes(FieldIndex... fieldIndexes) An array containing the field index information.Sets the value of the NextToken property for this object.Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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 tofieldIndexes(List<FieldIndex>).- 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:
-
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.
-