Interface DeploymentWarningEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentWarningEntry.Builder,,DeploymentWarningEntry> SdkBuilder<DeploymentWarningEntry.Builder,,DeploymentWarningEntry> SdkPojo
- Enclosing class:
DeploymentWarningEntry
@Mutable
@NotThreadSafe
public static interface DeploymentWarningEntry.Builder
extends SdkPojo, CopyableBuilder<DeploymentWarningEntry.Builder,DeploymentWarningEntry>
-
Method Summary
Modifier and TypeMethodDescriptionA code that identifies the type of warning.A human-readable description of the warning.The ARN of the policy that the warning relates to.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
A code that identifies the type of warning.
- Parameters:
code- A code that identifies the type of warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArn
The ARN of the policy that the warning relates to.
- Parameters:
policyArn- The ARN of the policy that the warning relates to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A human-readable description of the warning.
- Parameters:
message- A human-readable description of the warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-