Interface GetAccountConfigurationResponse.Builder
-
- All Superinterfaces:
AcmResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAccountConfigurationResponse.Builder,GetAccountConfigurationResponse>
,SdkBuilder<GetAccountConfigurationResponse.Builder,GetAccountConfigurationResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- GetAccountConfigurationResponse
public static interface GetAccountConfigurationResponse.Builder extends AcmResponse.Builder, SdkPojo, CopyableBuilder<GetAccountConfigurationResponse.Builder,GetAccountConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAccountConfigurationResponse.Builder
expiryEvents(Consumer<ExpiryEventsConfiguration.Builder> expiryEvents)
Expiration events configuration options associated with the Amazon Web Services account.GetAccountConfigurationResponse.Builder
expiryEvents(ExpiryEventsConfiguration expiryEvents)
Expiration events configuration options associated with the Amazon Web Services account.-
Methods inherited from interface software.amazon.awssdk.services.acm.model.AcmResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
expiryEvents
GetAccountConfigurationResponse.Builder expiryEvents(ExpiryEventsConfiguration expiryEvents)
Expiration events configuration options associated with the Amazon Web Services account.
- Parameters:
expiryEvents
- Expiration events configuration options associated with the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiryEvents
default GetAccountConfigurationResponse.Builder expiryEvents(Consumer<ExpiryEventsConfiguration.Builder> expiryEvents)
Expiration events configuration options associated with the Amazon Web Services account.
This is a convenience method that creates an instance of theExpiryEventsConfiguration.Builder
avoiding the need to create one manually viaExpiryEventsConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexpiryEvents(ExpiryEventsConfiguration)
.- Parameters:
expiryEvents
- a consumer that will call methods onExpiryEventsConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
expiryEvents(ExpiryEventsConfiguration)
-
-