public static interface DescribeSecurityConfigurationResponse.Builder extends EMRResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeSecurityConfigurationResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.