@Stability(value=Stable) public static final class CfnTopicRule.OpenSearchActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.OpenSearchActionProperty>
CfnTopicRule.OpenSearchActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.OpenSearchActionProperty |
build()
Builds the configured instance.
|
CfnTopicRule.OpenSearchActionProperty.Builder |
endpoint(String endpoint)
Sets the value of
CfnTopicRule.OpenSearchActionProperty.getEndpoint() |
CfnTopicRule.OpenSearchActionProperty.Builder |
id(String id)
Sets the value of
CfnTopicRule.OpenSearchActionProperty.getId() |
CfnTopicRule.OpenSearchActionProperty.Builder |
index(String index)
Sets the value of
CfnTopicRule.OpenSearchActionProperty.getIndex() |
CfnTopicRule.OpenSearchActionProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnTopicRule.OpenSearchActionProperty.getRoleArn() |
CfnTopicRule.OpenSearchActionProperty.Builder |
type(String type)
Sets the value of
CfnTopicRule.OpenSearchActionProperty.getType() |
@Stability(value=Stable) public CfnTopicRule.OpenSearchActionProperty.Builder endpoint(String endpoint)
CfnTopicRule.OpenSearchActionProperty.getEndpoint()endpoint - The endpoint of your OpenSearch domain. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.OpenSearchActionProperty.Builder id(String id)
CfnTopicRule.OpenSearchActionProperty.getId()id - The unique identifier for the document you are storing. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.OpenSearchActionProperty.Builder index(String index)
CfnTopicRule.OpenSearchActionProperty.getIndex()index - The OpenSearch index where you want to store your data. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.OpenSearchActionProperty.Builder roleArn(String roleArn)
CfnTopicRule.OpenSearchActionProperty.getRoleArn()roleArn - The IAM role ARN that has access to OpenSearch. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.OpenSearchActionProperty.Builder type(String type)
CfnTopicRule.OpenSearchActionProperty.getType()type - The type of document you are storing. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.OpenSearchActionProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.OpenSearchActionProperty>CfnTopicRule.OpenSearchActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.