public static interface GetSecurityConfigurationResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetSecurityConfigurationResponse.Builder,GetSecurityConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSecurityConfigurationResponse.Builder |
securityConfiguration(Consumer<SecurityConfiguration.Builder> securityConfiguration)
The requested security configuration.
|
GetSecurityConfigurationResponse.Builder |
securityConfiguration(SecurityConfiguration securityConfiguration)
The requested security configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSecurityConfigurationResponse.Builder securityConfiguration(SecurityConfiguration securityConfiguration)
The requested security configuration.
securityConfiguration - The requested security configuration.default GetSecurityConfigurationResponse.Builder securityConfiguration(Consumer<SecurityConfiguration.Builder> securityConfiguration)
The requested security configuration.
This is a convenience method that creates an instance of theSecurityConfiguration.Builder avoiding
the need to create one manually via SecurityConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to securityConfiguration(SecurityConfiguration).
securityConfiguration - a consumer that will call methods on SecurityConfiguration.BuildersecurityConfiguration(SecurityConfiguration)Copyright © 2023. All rights reserved.