Interface ExportHiddenFieldsOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportHiddenFieldsOption.Builder,ExportHiddenFieldsOption>,SdkBuilder<ExportHiddenFieldsOption.Builder,ExportHiddenFieldsOption>,SdkPojo
- Enclosing class:
- ExportHiddenFieldsOption
public static interface ExportHiddenFieldsOption.Builder extends SdkPojo, CopyableBuilder<ExportHiddenFieldsOption.Builder,ExportHiddenFieldsOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportHiddenFieldsOption.BuilderavailabilityStatus(String availabilityStatus)The status of the export hidden fields options of a dashbaord.ExportHiddenFieldsOption.BuilderavailabilityStatus(DashboardBehavior availabilityStatus)The status of the export hidden fields options of a dashbaord.-
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
-
availabilityStatus
ExportHiddenFieldsOption.Builder availabilityStatus(String availabilityStatus)
The status of the export hidden fields options of a dashbaord.
- Parameters:
availabilityStatus- The status of the export hidden fields options of a dashbaord.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DashboardBehavior,DashboardBehavior
-
availabilityStatus
ExportHiddenFieldsOption.Builder availabilityStatus(DashboardBehavior availabilityStatus)
The status of the export hidden fields options of a dashbaord.
- Parameters:
availabilityStatus- The status of the export hidden fields options of a dashbaord.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DashboardBehavior,DashboardBehavior
-
-