CopyableBuilder<CreateSecurityConfigurationResponse.Builder,CreateSecurityConfigurationResponse>
, SdkBuilder<CreateSecurityConfigurationResponse.Builder,CreateSecurityConfigurationResponse>
public static interface CreateSecurityConfigurationResponse.Builder extends CopyableBuilder<CreateSecurityConfigurationResponse.Builder,CreateSecurityConfigurationResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateSecurityConfigurationResponse.Builder |
creationDateTime(Date creationDateTime) |
The date and time the security configuration was created.
|
CreateSecurityConfigurationResponse.Builder |
name(String name) |
The name of the security configuration.
|
copy
apply, build
CreateSecurityConfigurationResponse.Builder name(String name)
The name of the security configuration.
name
- The name of the security configuration.CreateSecurityConfigurationResponse.Builder creationDateTime(Date creationDateTime)
The date and time the security configuration was created.
creationDateTime
- The date and time the security configuration was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.