Interface BatchGetProfileError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetProfileError.Builder,BatchGetProfileError>,SdkBuilder<BatchGetProfileError.Builder,BatchGetProfileError>,SdkPojo
- Enclosing class:
- BatchGetProfileError
public static interface BatchGetProfileError.Builder extends SdkPojo, CopyableBuilder<BatchGetProfileError.Builder,BatchGetProfileError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetProfileError.Buildercode(String code)Status code for why a specific profile failed.BatchGetProfileError.Buildermessage(String message)Message describing why a specific profile failed.BatchGetProfileError.BuilderprofileId(String profileId)The profile id that failed.-
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
-
code
BatchGetProfileError.Builder code(String code)
Status code for why a specific profile failed.
- Parameters:
code- Status code for why a specific profile failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
BatchGetProfileError.Builder message(String message)
Message describing why a specific profile failed.
- Parameters:
message- Message describing why a specific profile failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
BatchGetProfileError.Builder profileId(String profileId)
The profile id that failed.
- Parameters:
profileId- The profile id that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-