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