Interface UpdateAuditSuppressionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAuditSuppressionRequest.Builder,UpdateAuditSuppressionRequest>,IotRequest.Builder,SdkBuilder<UpdateAuditSuppressionRequest.Builder,UpdateAuditSuppressionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAuditSuppressionRequest
public static interface UpdateAuditSuppressionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateAuditSuppressionRequest.Builder,UpdateAuditSuppressionRequest>
-
-
Method Summary
-
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
-
checkName
UpdateAuditSuppressionRequest.Builder checkName(String checkName)
Sets the value of the CheckName property for this object.- Parameters:
checkName- The new value for the CheckName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
UpdateAuditSuppressionRequest.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object.- Parameters:
resourceIdentifier- The new value for the ResourceIdentifier property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
default UpdateAuditSuppressionRequest.Builder resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Sets the value of the ResourceIdentifier property for this object. This is a convenience method that creates an instance of theResourceIdentifier.Builderavoiding the need to create one manually viaResourceIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceIdentifier(ResourceIdentifier).- Parameters:
resourceIdentifier- a consumer that will call methods onResourceIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resourceIdentifier(ResourceIdentifier)
-
expirationDate
UpdateAuditSuppressionRequest.Builder expirationDate(Instant expirationDate)
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
- Parameters:
expirationDate- The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suppressIndefinitely
UpdateAuditSuppressionRequest.Builder suppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
- Parameters:
suppressIndefinitely- Indicates whether a suppression should exist indefinitely or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAuditSuppressionRequest.Builder description(String description)
The description of the audit suppression.
- Parameters:
description- The description of the audit suppression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAuditSuppressionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAuditSuppressionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-