Interface ListResourceTelemetryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListResourceTelemetryResponse.Builder,,ListResourceTelemetryResponse> ObservabilityAdminResponse.Builder,SdkBuilder<ListResourceTelemetryResponse.Builder,,ListResourceTelemetryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListResourceTelemetryResponse
@Mutable
@NotThreadSafe
public static interface ListResourceTelemetryResponse.Builder
extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<ListResourceTelemetryResponse.Builder,ListResourceTelemetryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of items to return.telemetryConfigurations(Collection<TelemetryConfiguration> telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.telemetryConfigurations(Consumer<TelemetryConfiguration.Builder>... telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.telemetryConfigurations(TelemetryConfiguration... telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
telemetryConfigurations
ListResourceTelemetryResponse.Builder telemetryConfigurations(Collection<TelemetryConfiguration> telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.
- Parameters:
telemetryConfigurations- A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
telemetryConfigurations
ListResourceTelemetryResponse.Builder telemetryConfigurations(TelemetryConfiguration... telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.
- Parameters:
telemetryConfigurations- A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
telemetryConfigurations
ListResourceTelemetryResponse.Builder telemetryConfigurations(Consumer<TelemetryConfiguration.Builder>... telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.
This is a convenience method that creates an instance of theTelemetryConfiguration.Builderavoiding the need to create one manually viaTelemetryConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totelemetryConfigurations(List<TelemetryConfiguration>).- Parameters:
telemetryConfigurations- a consumer that will call methods onTelemetryConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of items to return. A previous call generates this token.
- Parameters:
nextToken- The token for the next set of items to return. A previous call generates this token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-