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 AWS resources supported by telemetry config in the caller's account.telemetryConfigurations
(Consumer<TelemetryConfiguration.Builder>... telemetryConfigurations) A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.telemetryConfigurations
(TelemetryConfiguration... telemetryConfigurations) A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse.Builder
build, responseMetadata, responseMetadata
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 Details
-
telemetryConfigurations
ListResourceTelemetryResponse.Builder telemetryConfigurations(Collection<TelemetryConfiguration> telemetryConfigurations) A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.
- Parameters:
telemetryConfigurations
- A list of telemetry configurations for AWS 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 AWS resources supported by telemetry config in the caller's account.
- Parameters:
telemetryConfigurations
- A list of telemetry configurations for AWS 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 AWS resources supported by telemetry config in the caller's account.
This is a convenience method that creates an instance of theTelemetryConfiguration.Builder
avoiding the need to create one manually viaTelemetryConfiguration.builder()
.When the
Consumer
completes,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.
-