public static interface CreateSecurityProfileResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateSecurityProfileResponse.Builder,CreateSecurityProfileResponse>
Modifier and Type | Method and Description |
---|---|
CreateSecurityProfileResponse.Builder |
securityProfileArn(String securityProfileArn)
The ARN of the security profile.
|
CreateSecurityProfileResponse.Builder |
securityProfileName(String securityProfileName)
The name you gave to the security profile.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateSecurityProfileResponse.Builder securityProfileName(String securityProfileName)
The name you gave to the security profile.
securityProfileName
- The name you gave to the security profile.CreateSecurityProfileResponse.Builder securityProfileArn(String securityProfileArn)
The ARN of the security profile.
securityProfileArn
- The ARN of the security profile.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.