Class Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.sesv2_configuration_set_event_destination.Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination>
- Enclosing interface:
- Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination
@Stability(Stable) public static final class Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.Builder extends Object implements software.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestinationbuild()Builds the configured instance.Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.BuilderdeliveryStreamArn(String deliveryStreamArn)Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.BuilderiamRoleArn(String iamRoleArn)
-
-
-
Method Detail
-
deliveryStreamArn
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.Builder deliveryStreamArn(String deliveryStreamArn)
Sets the value ofSesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.getDeliveryStreamArn()- Parameters:
deliveryStreamArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#delivery_stream_arn Sesv2ConfigurationSetEventDestination#delivery_stream_arn}. This parameter is required.- Returns:
this
-
iamRoleArn
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.Builder iamRoleArn(String iamRoleArn)
Sets the value ofSesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination.getIamRoleArn()- Parameters:
iamRoleArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#iam_role_arn Sesv2ConfigurationSetEventDestination#iam_role_arn}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination>- Returns:
- a new instance of
Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination - Throws:
NullPointerException- if any required attribute was not provided
-
-