Interface ProfileQueryFailures.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileQueryFailures.Builder,ProfileQueryFailures>,SdkBuilder<ProfileQueryFailures.Builder,ProfileQueryFailures>,SdkPojo
- Enclosing class:
- ProfileQueryFailures
public static interface ProfileQueryFailures.Builder extends SdkPojo, CopyableBuilder<ProfileQueryFailures.Builder,ProfileQueryFailures>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileQueryFailures.Buildermessage(String message)A message describing the failure.ProfileQueryFailures.BuilderprofileId(String profileId)The profile id the failure belongs to.ProfileQueryFailures.Builderstatus(Integer status)The status describing the failure.-
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 Detail
-
profileId
ProfileQueryFailures.Builder profileId(String profileId)
The profile id the failure belongs to.
- Parameters:
profileId- The profile id the failure belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
ProfileQueryFailures.Builder message(String message)
A message describing the failure.
- Parameters:
message- A message describing the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ProfileQueryFailures.Builder status(Integer status)
The status describing the failure.
- Parameters:
status- The status describing the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-