Interface CreateSecurityProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateSecurityProfileResponse.Builder,
,CreateSecurityProfileResponse> IotResponse.Builder
,SdkBuilder<CreateSecurityProfileResponse.Builder,
,CreateSecurityProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateSecurityProfileResponse
public static interface CreateSecurityProfileResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateSecurityProfileResponse.Builder,CreateSecurityProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityProfileArn
(String securityProfileArn) The ARN of the security profile.securityProfileName
(String securityProfileName) The name you gave to the security profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
securityProfileName
The name you gave to the security profile.
- Parameters:
securityProfileName
- The name you gave to the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileArn
The ARN of the security profile.
- Parameters:
securityProfileArn
- The ARN of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-