Class MitigationActionParams
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<MitigationActionParams.Builder,MitigationActionParams> 
The set of parameters for this mitigation action. You can specify only one type of parameter (in other words, you can apply only one action for each defined mitigation action).
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionParameters to define a mitigation action that moves devices associated with a certificate to one or more specified thing groups, typically for quarantine.builder()final EnableIoTLoggingParamsParameters to define a mitigation action that enables Amazon Web Services IoT Core logging at a specified level of detail.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()Parameters to define a mitigation action that publishes findings to Amazon Simple Notification Service (Amazon SNS.Parameters to define a mitigation action that adds a blank policy to restrict permissions.static Class<? extends MitigationActionParams.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Parameters to define a mitigation action that changes the state of the CA certificate to inactive.Parameters to define a mitigation action that changes the state of the device certificate to inactive.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
updateDeviceCertificateParams
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
- Returns:
 - Parameters to define a mitigation action that changes the state of the device certificate to inactive.
 
 - 
updateCACertificateParams
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
- Returns:
 - Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
 
 - 
addThingsToThingGroupParams
Parameters to define a mitigation action that moves devices associated with a certificate to one or more specified thing groups, typically for quarantine.
- Returns:
 - Parameters to define a mitigation action that moves devices associated with a certificate to one or more specified thing groups, typically for quarantine.
 
 - 
replaceDefaultPolicyVersionParams
Parameters to define a mitigation action that adds a blank policy to restrict permissions.
- Returns:
 - Parameters to define a mitigation action that adds a blank policy to restrict permissions.
 
 - 
enableIoTLoggingParams
Parameters to define a mitigation action that enables Amazon Web Services IoT Core logging at a specified level of detail.
- Returns:
 - Parameters to define a mitigation action that enables Amazon Web Services IoT Core logging at a specified level of detail.
 
 - 
publishFindingToSnsParams
Parameters to define a mitigation action that publishes findings to Amazon Simple Notification Service (Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.
- Returns:
 - Parameters to define a mitigation action that publishes findings to Amazon Simple Notification Service (Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<MitigationActionParams.Builder,MitigationActionParams> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -