Interface ProfileQueryFailures.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProfileQueryFailures.Builder,
,ProfileQueryFailures> SdkBuilder<ProfileQueryFailures.Builder,
,ProfileQueryFailures> SdkPojo
- Enclosing class:
ProfileQueryFailures
@Mutable
@NotThreadSafe
public static interface ProfileQueryFailures.Builder
extends SdkPojo, CopyableBuilder<ProfileQueryFailures.Builder,ProfileQueryFailures>
-
Method Summary
Modifier and TypeMethodDescriptionA message describing the failure.The profile id the failure belongs to.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 Details
-
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
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
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.
-