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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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 Detail
-
securityProfileName
CreateSecurityProfileResponse.Builder securityProfileName(String 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
CreateSecurityProfileResponse.Builder securityProfileArn(String 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.
-
-