Interface BatchCreateObjectResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchCreateObjectResponse.Builder,BatchCreateObjectResponse>,SdkBuilder<BatchCreateObjectResponse.Builder,BatchCreateObjectResponse>,SdkPojo
- Enclosing class:
- BatchCreateObjectResponse
public static interface BatchCreateObjectResponse.Builder extends SdkPojo, CopyableBuilder<BatchCreateObjectResponse.Builder,BatchCreateObjectResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchCreateObjectResponse.BuilderobjectIdentifier(String objectIdentifier)The ID that is associated with the object.-
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, sdkFields
-
-
-
-
Method Detail
-
objectIdentifier
BatchCreateObjectResponse.Builder objectIdentifier(String objectIdentifier)
The ID that is associated with the object.
- Parameters:
objectIdentifier- The ID that is associated with the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-