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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-