Interface ValidateSecurityProfileBehaviorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ValidateSecurityProfileBehaviorsRequest.Builder,ValidateSecurityProfileBehaviorsRequest>,IotRequest.Builder,SdkBuilder<ValidateSecurityProfileBehaviorsRequest.Builder,ValidateSecurityProfileBehaviorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ValidateSecurityProfileBehaviorsRequest
public static interface ValidateSecurityProfileBehaviorsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ValidateSecurityProfileBehaviorsRequest.Builder,ValidateSecurityProfileBehaviorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidateSecurityProfileBehaviorsRequest.Builderbehaviors(Collection<Behavior> behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.ValidateSecurityProfileBehaviorsRequest.Builderbehaviors(Consumer<Behavior.Builder>... behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.ValidateSecurityProfileBehaviorsRequest.Builderbehaviors(Behavior... behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.ValidateSecurityProfileBehaviorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ValidateSecurityProfileBehaviorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
behaviors
ValidateSecurityProfileBehaviorsRequest.Builder behaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
- Parameters:
behaviors- Specifies the behaviors that, when violated by a device (thing), cause an alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
behaviors
ValidateSecurityProfileBehaviorsRequest.Builder behaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
- Parameters:
behaviors- Specifies the behaviors that, when violated by a device (thing), cause an alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
behaviors
ValidateSecurityProfileBehaviorsRequest.Builder behaviors(Consumer<Behavior.Builder>... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
This is a convenience method that creates an instance of theBehavior.Builderavoiding the need to create one manually viaBehavior.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#behaviors(List.) - Parameters:
behaviors- a consumer that will call methods onBehavior.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#behaviors(java.util.Collection)
-
overrideConfiguration
ValidateSecurityProfileBehaviorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ValidateSecurityProfileBehaviorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-