Interface ProblemDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProblemDetail.Builder,ProblemDetail>,SdkBuilder<ProblemDetail.Builder,ProblemDetail>,SdkPojo
- Enclosing class:
- ProblemDetail
public static interface ProblemDetail.Builder extends SdkPojo, CopyableBuilder<ProblemDetail.Builder,ProblemDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProblemDetail.Builderarn(String arn)The problem detail's ARN.ProblemDetail.Buildername(String name)The problem detail's name.-
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
-
arn
ProblemDetail.Builder arn(String arn)
The problem detail's ARN.
- Parameters:
arn- The problem detail's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ProblemDetail.Builder name(String name)
The problem detail's name.
- Parameters:
name- The problem detail's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-