public static interface GetAccountConfigurationResponse.Builder extends AcmResponse.Builder, SdkPojo, CopyableBuilder<GetAccountConfigurationResponse.Builder,GetAccountConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetAccountConfigurationResponse.Builder |
expiryEvents(Consumer<ExpiryEventsConfiguration.Builder> expiryEvents)
Expiration events configuration options associated with the AWS account.
|
GetAccountConfigurationResponse.Builder |
expiryEvents(ExpiryEventsConfiguration expiryEvents)
Expiration events configuration options associated with the AWS account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAccountConfigurationResponse.Builder expiryEvents(ExpiryEventsConfiguration expiryEvents)
Expiration events configuration options associated with the AWS account.
expiryEvents - Expiration events configuration options associated with the AWS account.default GetAccountConfigurationResponse.Builder expiryEvents(Consumer<ExpiryEventsConfiguration.Builder> expiryEvents)
Expiration events configuration options associated with the AWS account.
This is a convenience 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)Copyright © 2021. All rights reserved.