Interface BatchGetProfileError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetProfileError.Builder,
,BatchGetProfileError> SdkBuilder<BatchGetProfileError.Builder,
,BatchGetProfileError> SdkPojo
- Enclosing class:
BatchGetProfileError
@Mutable
@NotThreadSafe
public static interface BatchGetProfileError.Builder
extends SdkPojo, CopyableBuilder<BatchGetProfileError.Builder,BatchGetProfileError>
-
Method Summary
Modifier and TypeMethodDescriptionStatus code for why a specific profile failed.Message describing why a specific profile failed.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 Details
-
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
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
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.
-