Interface RouteResponseNotice.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteResponseNotice.Builder,
,RouteResponseNotice> SdkBuilder<RouteResponseNotice.Builder,
,RouteResponseNotice> SdkPojo
- Enclosing class:
RouteResponseNotice
@Mutable
@NotThreadSafe
public static interface RouteResponseNotice.Builder
extends SdkPojo, CopyableBuilder<RouteResponseNotice.Builder,RouteResponseNotice>
-
Method Summary
Modifier and TypeMethodDescriptionCode corresponding to the issue.code
(RouteResponseNoticeCode 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
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 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:
-