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