Interface CoreNetworkPolicyError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CoreNetworkPolicyError.Builder,CoreNetworkPolicyError>,SdkBuilder<CoreNetworkPolicyError.Builder,CoreNetworkPolicyError>,SdkPojo
- Enclosing class:
- CoreNetworkPolicyError
public static interface CoreNetworkPolicyError.Builder extends SdkPojo, CopyableBuilder<CoreNetworkPolicyError.Builder,CoreNetworkPolicyError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreNetworkPolicyError.BuildererrorCode(String errorCode)The error code associated with a core network policy error.CoreNetworkPolicyError.Buildermessage(String message)The message associated with a core network policy error code.CoreNetworkPolicyError.Builderpath(String path)The JSON path where the error was discovered in the policy document.-
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
-
errorCode
CoreNetworkPolicyError.Builder errorCode(String errorCode)
The error code associated with a core network policy error.
- Parameters:
errorCode- The error code associated with a core network policy error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
CoreNetworkPolicyError.Builder message(String message)
The message associated with a core network policy error code.
- Parameters:
message- The message associated with a core network policy error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
CoreNetworkPolicyError.Builder path(String path)
The JSON path where the error was discovered in the policy document.
- Parameters:
path- The JSON path where the error was discovered in the policy document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-