Interface StartTelemetryEvaluationForOrganizationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartTelemetryEvaluationForOrganizationRequest.Builder,,StartTelemetryEvaluationForOrganizationRequest> ObservabilityAdminRequest.Builder,SdkBuilder<StartTelemetryEvaluationForOrganizationRequest.Builder,,StartTelemetryEvaluationForOrganizationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartTelemetryEvaluationForOrganizationRequest
-
Method Summary
Modifier and TypeMethodDescriptionallRegions(Boolean allRegions) If set totrue, telemetry evaluation for the organization starts in all Amazon Web Services Regions where Amazon CloudWatch Observability Admin is available in the current partition.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An optional list of Amazon Web Services Regions to include in multi-region telemetry evaluation for the organization.regions(Collection<String> regions) An optional list of Amazon Web Services Regions to include in multi-region telemetry evaluation for the organization.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
regions
An optional list of Amazon Web Services Regions to include in multi-region telemetry evaluation for the organization. The current region is always implicitly included and must not be specified in this list. When provided, telemetry evaluation starts in the current region and propagates to all specified regions for the organization. Mutually exclusive with
AllRegions. If neitherRegionsnorAllRegionsis provided, the operation applies only to the current region.- Parameters:
regions- An optional list of Amazon Web Services Regions to include in multi-region telemetry evaluation for the organization. The current region is always implicitly included and must not be specified in this list. When provided, telemetry evaluation starts in the current region and propagates to all specified regions for the organization. Mutually exclusive withAllRegions. If neitherRegionsnorAllRegionsis provided, the operation applies only to the current region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
An optional list of Amazon Web Services Regions to include in multi-region telemetry evaluation for the organization. The current region is always implicitly included and must not be specified in this list. When provided, telemetry evaluation starts in the current region and propagates to all specified regions for the organization. Mutually exclusive with
AllRegions. If neitherRegionsnorAllRegionsis provided, the operation applies only to the current region.- Parameters:
regions- An optional list of Amazon Web Services Regions to include in multi-region telemetry evaluation for the organization. The current region is always implicitly included and must not be specified in this list. When provided, telemetry evaluation starts in the current region and propagates to all specified regions for the organization. Mutually exclusive withAllRegions. If neitherRegionsnorAllRegionsis provided, the operation applies only to the current region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allRegions
If set to
true, telemetry evaluation for the organization starts in all Amazon Web Services Regions where Amazon CloudWatch Observability Admin is available in the current partition. The current region becomes the home region for managing multi-region evaluation for the organization. When new regions become available, evaluation automatically expands to include them. Mutually exclusive withRegions.- Parameters:
allRegions- If set totrue, telemetry evaluation for the organization starts in all Amazon Web Services Regions where Amazon CloudWatch Observability Admin is available in the current partition. The current region becomes the home region for managing multi-region evaluation for the organization. When new regions become available, evaluation automatically expands to include them. Mutually exclusive withRegions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartTelemetryEvaluationForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartTelemetryEvaluationForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-