Interface DashboardAttributes.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DashboardAttributes.Builder,DashboardAttributes>
,SdkBuilder<DashboardAttributes.Builder,DashboardAttributes>
,SdkPojo
- Enclosing class:
- DashboardAttributes
public static interface DashboardAttributes.Builder extends SdkPojo, CopyableBuilder<DashboardAttributes.Builder,DashboardAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardAttributes.Builder
engagementMetrics(String engagementMetrics)
Specifies the status of your VDM engagement metrics collection.DashboardAttributes.Builder
engagementMetrics(FeatureStatus engagementMetrics)
Specifies the status of your VDM engagement metrics collection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
engagementMetrics
DashboardAttributes.Builder engagementMetrics(String engagementMetrics)
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
-
ENABLED
– Amazon SES enables engagement metrics for your account. -
DISABLED
– Amazon SES disables engagement metrics for your account.
- Parameters:
engagementMetrics
- Specifies the status of your VDM engagement metrics collection. Can be one of the following:-
ENABLED
– Amazon SES enables engagement metrics for your account. -
DISABLED
– Amazon SES disables engagement metrics for your account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureStatus
,FeatureStatus
-
-
engagementMetrics
DashboardAttributes.Builder engagementMetrics(FeatureStatus engagementMetrics)
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
-
ENABLED
– Amazon SES enables engagement metrics for your account. -
DISABLED
– Amazon SES disables engagement metrics for your account.
- Parameters:
engagementMetrics
- Specifies the status of your VDM engagement metrics collection. Can be one of the following:-
ENABLED
– Amazon SES enables engagement metrics for your account. -
DISABLED
– Amazon SES disables engagement metrics for your account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureStatus
,FeatureStatus
-
-
-