Interface UpdateOTelEnrichmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchResponse.Builder,CopyableBuilder<UpdateOTelEnrichmentResponse.Builder,,UpdateOTelEnrichmentResponse> SdkBuilder<UpdateOTelEnrichmentResponse.Builder,,UpdateOTelEnrichmentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateOTelEnrichmentResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time that enrichment started for the account.excludeFilters(Collection<OTelEnrichmentMetricSelector> excludeFilters) The exclude filters that are stored for the account after the replacement.excludeFilters(Consumer<OTelEnrichmentMetricSelector.Builder>... excludeFilters) The exclude filters that are stored for the account after the replacement.excludeFilters(OTelEnrichmentMetricSelector... excludeFilters) The exclude filters that are stored for the account after the replacement.includeFilters(Collection<OTelEnrichmentMetricSelector> includeFilters) The include filters that are stored for the account after the replacement.includeFilters(Consumer<OTelEnrichmentMetricSelector.Builder>... includeFilters) The include filters that are stored for the account after the replacement.includeFilters(OTelEnrichmentMetricSelector... includeFilters) The include filters that are stored for the account after the replacement.The date and time that the enrichment configuration for the account was last stored.Methods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchResponse.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
-
includeFilters
UpdateOTelEnrichmentResponse.Builder includeFilters(Collection<OTelEnrichmentMetricSelector> includeFilters) The include filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the include filters, which means that every supported namespace is in scope.
- Parameters:
includeFilters- The include filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the include filters, which means that every supported namespace is in scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeFilters
The include filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the include filters, which means that every supported namespace is in scope.
- Parameters:
includeFilters- The include filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the include filters, which means that every supported namespace is in scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeFilters
UpdateOTelEnrichmentResponse.Builder includeFilters(Consumer<OTelEnrichmentMetricSelector.Builder>... includeFilters) The include filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the include filters, which means that every supported namespace is in scope.
This is a convenience method that creates an instance of theOTelEnrichmentMetricSelector.Builderavoiding the need to create one manually viaOTelEnrichmentMetricSelector.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincludeFilters(List<OTelEnrichmentMetricSelector>).- Parameters:
includeFilters- a consumer that will call methods onOTelEnrichmentMetricSelector.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
excludeFilters
UpdateOTelEnrichmentResponse.Builder excludeFilters(Collection<OTelEnrichmentMetricSelector> excludeFilters) The exclude filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the exclude filters, which means that nothing is excluded.
- Parameters:
excludeFilters- The exclude filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the exclude filters, which means that nothing is excluded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludeFilters
The exclude filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the exclude filters, which means that nothing is excluded.
- Parameters:
excludeFilters- The exclude filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the exclude filters, which means that nothing is excluded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludeFilters
UpdateOTelEnrichmentResponse.Builder excludeFilters(Consumer<OTelEnrichmentMetricSelector.Builder>... excludeFilters) The exclude filters that are stored for the account after the replacement. This parameter is omitted when the request cleared the exclude filters, which means that nothing is excluded.
This is a convenience method that creates an instance of theOTelEnrichmentMetricSelector.Builderavoiding the need to create one manually viaOTelEnrichmentMetricSelector.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexcludeFilters(List<OTelEnrichmentMetricSelector>).- Parameters:
excludeFilters- a consumer that will call methods onOTelEnrichmentMetricSelector.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time that enrichment started for the account.
- Parameters:
createdAt- The date and time that enrichment started for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time that the enrichment configuration for the account was last stored.
- Parameters:
updatedAt- The date and time that the enrichment configuration for the account was last stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-