Interface RouteFerryNotice.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteFerryNotice.Builder,,RouteFerryNotice> SdkBuilder<RouteFerryNotice.Builder,,RouteFerryNotice> SdkPojo
- Enclosing class:
RouteFerryNotice
@Mutable
@NotThreadSafe
public static interface RouteFerryNotice.Builder
extends SdkPojo, CopyableBuilder<RouteFerryNotice.Builder,RouteFerryNotice>
-
Method Summary
Modifier and TypeMethodDescriptionCode corresponding to the issue.code(RouteFerryNoticeCode code) Code corresponding to the issue.Impact corresponding to the issue.impact(RouteNoticeImpact impact) Impact corresponding to the issue.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
code
Code corresponding to the issue.
- Parameters:
code- Code corresponding to the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
Code corresponding to the issue.
- Parameters:
code- Code corresponding to the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
impact
Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.
- Parameters:
impact- Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
impact
Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.
- Parameters:
impact- Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-