Interface ListResourceTelemetryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListResourceTelemetryResponse.Builder,ListResourceTelemetryResponse>,ObservabilityAdminResponse.Builder,SdkBuilder<ListResourceTelemetryResponse.Builder,ListResourceTelemetryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListResourceTelemetryResponse
public static interface ListResourceTelemetryResponse.Builder extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<ListResourceTelemetryResponse.Builder,ListResourceTelemetryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourceTelemetryResponse.BuildernextToken(String nextToken)The token for the next set of items to return.ListResourceTelemetryResponse.BuildertelemetryConfigurations(Collection<TelemetryConfiguration> telemetryConfigurations)A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.ListResourceTelemetryResponse.BuildertelemetryConfigurations(Consumer<TelemetryConfiguration.Builder>... telemetryConfigurations)A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.ListResourceTelemetryResponse.BuildertelemetryConfigurations(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 Detail
-
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.Builderavoiding the need to create one manually viaTelemetryConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#telemetryConfigurations(List.) - 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:
#telemetryConfigurations(java.util.Collection)
-
nextToken
ListResourceTelemetryResponse.Builder nextToken(String 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.
-
-