| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
BundleIds. |
| Modifier and Type | Method and Description |
|---|---|
BundleIds |
build() |
BundleIds.Builder |
setFailed(java.lang.String failed)
Id of a bundle whose upload was failed.
|
BundleIds.Builder |
setInProgress(java.lang.String inProgress)
Id of a bundle whose upload is in-progress.
|
BundleIds.Builder |
setSuccessful(java.lang.String successful)
Id of a bundle whose upload is successful.
|
public Builder()
BundleIds.public BundleIds.Builder setFailed(java.lang.String failed)
failed - New value for the property.public BundleIds.Builder setInProgress(java.lang.String inProgress)
inProgress - New value for the property.public BundleIds.Builder setSuccessful(java.lang.String successful)
successful - New value for the property.public BundleIds build()