public static interface DeleteSecurityProfileRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteSecurityProfileRequest.Builder,DeleteSecurityProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSecurityProfileRequest.Builder |
expectedVersion(Long expectedVersion)
The expected version of the security profile.
|
DeleteSecurityProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteSecurityProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteSecurityProfileRequest.Builder |
securityProfileName(String securityProfileName)
The name of the security profile to be deleted.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteSecurityProfileRequest.Builder securityProfileName(String securityProfileName)
The name of the security profile to be deleted.
securityProfileName - The name of the security profile to be deleted.DeleteSecurityProfileRequest.Builder expectedVersion(Long expectedVersion)
The expected version of the security profile. A new version is generated whenever the security profile is
updated. If you specify a value that is different than the actual version, a
VersionConflictException is thrown.
expectedVersion - The expected version of the security profile. A new version is generated whenever the security profile
is updated. If you specify a value that is different than the actual version, a
VersionConflictException is thrown.DeleteSecurityProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteSecurityProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.