Interface StartMetricsExportRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMetricsExportRequest.Builder,,StartMetricsExportRequest> ResiliencehubRequest.Builder,SdkBuilder<StartMetricsExportRequest.Builder,,StartMetricsExportRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartMetricsExportRequest
@Mutable
@NotThreadSafe
public static interface StartMetricsExportRequest.Builder
extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<StartMetricsExportRequest.Builder,StartMetricsExportRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName(String bucketName) (Optional) Specifies the name of the Amazon Simple Storage Service bucket where the exported metrics will be stored.clientToken(String clientToken) Used for an idempotency token.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.resiliencehub.model.ResiliencehubRequest.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
-
bucketName
(Optional) Specifies the name of the Amazon Simple Storage Service bucket where the exported metrics will be stored.
- Parameters:
bucketName- (Optional) Specifies the name of the Amazon Simple Storage Service bucket where the exported metrics will be stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
- Parameters:
clientToken- Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartMetricsExportRequest.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
StartMetricsExportRequest.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.
-