public static interface CreateSecurityConfigurationResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<CreateSecurityConfigurationResponse.Builder,CreateSecurityConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
CreateSecurityConfigurationResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time the security configuration was created.
|
CreateSecurityConfigurationResponse.Builder |
name(String name)
The name of the security configuration.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateSecurityConfigurationResponse.Builder name(String name)
The name of the security configuration.
name
- The name of the security configuration.CreateSecurityConfigurationResponse.Builder creationDateTime(Instant creationDateTime)
The date and time the security configuration was created.
creationDateTime
- The date and time the security configuration was created.Copyright © 2019. All rights reserved.