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