Interface UploadEntityDefinitionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UploadEntityDefinitionsResponse.Builder,UploadEntityDefinitionsResponse>,IoTThingsGraphResponse.Builder,SdkBuilder<UploadEntityDefinitionsResponse.Builder,UploadEntityDefinitionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UploadEntityDefinitionsResponse
public static interface UploadEntityDefinitionsResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<UploadEntityDefinitionsResponse.Builder,UploadEntityDefinitionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UploadEntityDefinitionsResponse.BuilderuploadId(String uploadId)The ID that specifies the upload action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
uploadId
UploadEntityDefinitionsResponse.Builder uploadId(String uploadId)
The ID that specifies the upload action. You can use this to track the status of the upload.
- Parameters:
uploadId- The ID that specifies the upload action. You can use this to track the status of the upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-