@Stability(value=Stable) public static final class CfnTopicRule.SigV4AuthorizationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.SigV4AuthorizationProperty>
CfnTopicRule.SigV4AuthorizationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.SigV4AuthorizationProperty |
build()
Builds the configured instance.
|
CfnTopicRule.SigV4AuthorizationProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnTopicRule.SigV4AuthorizationProperty.getRoleArn() |
CfnTopicRule.SigV4AuthorizationProperty.Builder |
serviceName(String serviceName)
Sets the value of
CfnTopicRule.SigV4AuthorizationProperty.getServiceName() |
CfnTopicRule.SigV4AuthorizationProperty.Builder |
signingRegion(String signingRegion)
Sets the value of
CfnTopicRule.SigV4AuthorizationProperty.getSigningRegion() |
@Stability(value=Stable) public CfnTopicRule.SigV4AuthorizationProperty.Builder roleArn(String roleArn)
CfnTopicRule.SigV4AuthorizationProperty.getRoleArn()roleArn - The ARN of the signing role. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.SigV4AuthorizationProperty.Builder serviceName(String serviceName)
CfnTopicRule.SigV4AuthorizationProperty.getServiceName()serviceName - The service name to use while signing with Sig V4. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.SigV4AuthorizationProperty.Builder signingRegion(String signingRegion)
CfnTopicRule.SigV4AuthorizationProperty.getSigningRegion()signingRegion - The signing region. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.SigV4AuthorizationProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.SigV4AuthorizationProperty>CfnTopicRule.SigV4AuthorizationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.