Interface ListGroupingAttributeDefinitionsResponse.Builder
- All Superinterfaces:
 ApplicationSignalsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListGroupingAttributeDefinitionsResponse.Builder,,ListGroupingAttributeDefinitionsResponse> SdkBuilder<ListGroupingAttributeDefinitionsResponse.Builder,,ListGroupingAttributeDefinitionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListGroupingAttributeDefinitionsResponse
- 
Method Summary
Modifier and TypeMethodDescriptiongroupingAttributeDefinitions(Collection<GroupingAttributeDefinition> groupingAttributeDefinitions) An array of available grouping attribute definitions that can be used to create grouping configurations.groupingAttributeDefinitions(Consumer<GroupingAttributeDefinition.Builder>... groupingAttributeDefinitions) An array of available grouping attribute definitions that can be used to create grouping configurations.groupingAttributeDefinitions(GroupingAttributeDefinition... groupingAttributeDefinitions) An array of available grouping attribute definitions that can be used to create grouping configurations.The token to use for retrieving the next page of results.The timestamp when the grouping attribute definitions were last updated.Methods inherited from interface software.amazon.awssdk.services.applicationsignals.model.ApplicationSignalsResponse.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
- 
groupingAttributeDefinitions
ListGroupingAttributeDefinitionsResponse.Builder groupingAttributeDefinitions(Collection<GroupingAttributeDefinition> groupingAttributeDefinitions) An array of available grouping attribute definitions that can be used to create grouping configurations.
- Parameters:
 groupingAttributeDefinitions- An array of available grouping attribute definitions that can be used to create grouping configurations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupingAttributeDefinitions
ListGroupingAttributeDefinitionsResponse.Builder groupingAttributeDefinitions(GroupingAttributeDefinition... groupingAttributeDefinitions) An array of available grouping attribute definitions that can be used to create grouping configurations.
- Parameters:
 groupingAttributeDefinitions- An array of available grouping attribute definitions that can be used to create grouping configurations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupingAttributeDefinitions
ListGroupingAttributeDefinitionsResponse.Builder groupingAttributeDefinitions(Consumer<GroupingAttributeDefinition.Builder>... groupingAttributeDefinitions) An array of available grouping attribute definitions that can be used to create grouping configurations.
This is a convenience method that creates an instance of theGroupingAttributeDefinition.Builderavoiding the need to create one manually viaGroupingAttributeDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroupingAttributeDefinitions(List<GroupingAttributeDefinition>).- Parameters:
 groupingAttributeDefinitions- a consumer that will call methods onGroupingAttributeDefinition.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
updatedAt
The timestamp when the grouping attribute definitions were last updated. Expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.
- Parameters:
 updatedAt- The timestamp when the grouping attribute definitions were last updated. Expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.
- Parameters:
 nextToken- The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -