Class CfnTopicRule.HttpAuthorizationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iot.CfnTopicRule.HttpAuthorizationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRule.HttpAuthorizationProperty>
- Enclosing interface:
CfnTopicRule.HttpAuthorizationProperty
@Stability(Stable)
public static final class CfnTopicRule.HttpAuthorizationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRule.HttpAuthorizationProperty>
A builder for
CfnTopicRule.HttpAuthorizationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sigv4
(IResolvable sigv4) Sets the value ofCfnTopicRule.HttpAuthorizationProperty.getSigv4()
Sets the value ofCfnTopicRule.HttpAuthorizationProperty.getSigv4()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sigv4
Sets the value ofCfnTopicRule.HttpAuthorizationProperty.getSigv4()
- Parameters:
sigv4
- Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process .- Returns:
this
-
sigv4
@Stability(Stable) public CfnTopicRule.HttpAuthorizationProperty.Builder sigv4(CfnTopicRule.SigV4AuthorizationProperty sigv4) Sets the value ofCfnTopicRule.HttpAuthorizationProperty.getSigv4()
- Parameters:
sigv4
- Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTopicRule.HttpAuthorizationProperty>
- Returns:
- a new instance of
CfnTopicRule.HttpAuthorizationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-