Package com.pulumi.aws.sesv2.inputs
Class AccountVdmAttributesDashboardAttributesArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.sesv2.inputs.AccountVdmAttributesDashboardAttributesArgs.Builder
-
- Enclosing class:
- AccountVdmAttributesDashboardAttributesArgs
public static final class AccountVdmAttributesDashboardAttributesArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AccountVdmAttributesDashboardAttributesArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountVdmAttributesDashboardAttributesArgs
build()
AccountVdmAttributesDashboardAttributesArgs.Builder
engagementMetrics(com.pulumi.core.Output<java.lang.String> engagementMetrics)
AccountVdmAttributesDashboardAttributesArgs.Builder
engagementMetrics(java.lang.String engagementMetrics)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AccountVdmAttributesDashboardAttributesArgs defaults)
-
-
Method Detail
-
engagementMetrics
public AccountVdmAttributesDashboardAttributesArgs.Builder engagementMetrics(@Nullable com.pulumi.core.Output<java.lang.String> engagementMetrics)
- Parameters:
engagementMetrics
- Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`.- Returns:
- builder
-
engagementMetrics
public AccountVdmAttributesDashboardAttributesArgs.Builder engagementMetrics(java.lang.String engagementMetrics)
- Parameters:
engagementMetrics
- Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`.- Returns:
- builder
-
build
public AccountVdmAttributesDashboardAttributesArgs build()
-
-