Interface ListResourceTelemetryForOrganizationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListResourceTelemetryForOrganizationResponse.Builder,,ListResourceTelemetryForOrganizationResponse> ObservabilityAdminResponse.Builder,SdkBuilder<ListResourceTelemetryForOrganizationResponse.Builder,,ListResourceTelemetryForOrganizationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListResourceTelemetryForOrganizationResponse
@Mutable
@NotThreadSafe
public static interface ListResourceTelemetryForOrganizationResponse.Builder
extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<ListResourceTelemetryForOrganizationResponse.Builder,ListResourceTelemetryForOrganizationResponse>
-
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 organization.telemetryConfigurations(Consumer<TelemetryConfiguration.Builder>... telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.telemetryConfigurations(TelemetryConfiguration... telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.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
ListResourceTelemetryForOrganizationResponse.Builder telemetryConfigurations(Collection<TelemetryConfiguration> telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.
- Parameters:
telemetryConfigurations- A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
telemetryConfigurations
ListResourceTelemetryForOrganizationResponse.Builder telemetryConfigurations(TelemetryConfiguration... telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.
- Parameters:
telemetryConfigurations- A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
telemetryConfigurations
ListResourceTelemetryForOrganizationResponse.Builder telemetryConfigurations(Consumer<TelemetryConfiguration.Builder>... telemetryConfigurations) A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.
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 provides this token.
- Parameters:
nextToken- The token for the next set of items to return. A previous call provides this token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-