public static interface PutAccountConfigurationRequest.Builder extends AcmRequest.Builder, SdkPojo, CopyableBuilder<PutAccountConfigurationRequest.Builder,PutAccountConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
default PutAccountConfigurationRequest.Builder |
expiryEvents(Consumer<ExpiryEventsConfiguration.Builder> expiryEvents)
Specifies expiration events associated with an account.
|
PutAccountConfigurationRequest.Builder |
expiryEvents(ExpiryEventsConfiguration expiryEvents)
Specifies expiration events associated with an account.
|
PutAccountConfigurationRequest.Builder |
idempotencyToken(String idempotencyToken)
Customer-chosen string used to distinguish between calls to
PutAccountConfiguration. |
PutAccountConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAccountConfigurationRequest.Builder expiryEvents(ExpiryEventsConfiguration expiryEvents)
Specifies expiration events associated with an account.
expiryEvents - Specifies expiration events associated with an account.default PutAccountConfigurationRequest.Builder expiryEvents(Consumer<ExpiryEventsConfiguration.Builder> expiryEvents)
Specifies expiration events associated with an account.
This is a convenience method that creates an instance of theExpiryEventsConfiguration.Builder
avoiding the need to create one manually via ExpiryEventsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to expiryEvents(ExpiryEventsConfiguration).
expiryEvents - a consumer that will call methods on ExpiryEventsConfiguration.BuilderexpiryEvents(ExpiryEventsConfiguration)PutAccountConfigurationRequest.Builder idempotencyToken(String idempotencyToken)
Customer-chosen string used to distinguish between calls to PutAccountConfiguration. Idempotency
tokens time out after one hour. If you call PutAccountConfiguration multiple times with the same
unexpired idempotency token, ACM treats it as the same request and returns the original result. If you change
the idempotency token for each call, ACM treats each call as a new request.
idempotencyToken - Customer-chosen string used to distinguish between calls to PutAccountConfiguration.
Idempotency tokens time out after one hour. If you call PutAccountConfiguration multiple
times with the same unexpired idempotency token, ACM treats it as the same request and returns the
original result. If you change the idempotency token for each call, ACM treats each call as a new
request.PutAccountConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutAccountConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.