Interface DashboardOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DashboardOptions.Builder,DashboardOptions>,SdkBuilder<DashboardOptions.Builder,DashboardOptions>,SdkPojo
- Enclosing class:
- DashboardOptions
public static interface DashboardOptions.Builder extends SdkPojo, CopyableBuilder<DashboardOptions.Builder,DashboardOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardOptions.BuilderengagementMetrics(String engagementMetrics)Specifies the status of your VDM engagement metrics collection.DashboardOptions.BuilderengagementMetrics(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
engagementMetrics
DashboardOptions.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 the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
- Parameters:
engagementMetrics- Specifies the status of your VDM engagement metrics collection. Can be one of the following:-
ENABLED– Amazon SES enables engagement metrics for the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureStatus,FeatureStatus
-
-
engagementMetrics
DashboardOptions.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 the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
- Parameters:
engagementMetrics- Specifies the status of your VDM engagement metrics collection. Can be one of the following:-
ENABLED– Amazon SES enables engagement metrics for the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureStatus,FeatureStatus
-
-
-