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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetSecurityConfigurationResponse.Builder securityConfiguration(SecurityConfiguration securityConfiguration)
The requested security configuration
securityConfiguration
- The requested security configurationdefault GetSecurityConfigurationResponse.Builder securityConfiguration(Consumer<SecurityConfiguration.Builder> securityConfiguration)
The requested security configuration
This is a convenience 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.Builder
securityConfiguration(SecurityConfiguration)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.