public static interface DeleteLaunchTemplateVersionsResponseErrorItem.Builder extends SdkPojo, CopyableBuilder<DeleteLaunchTemplateVersionsResponseErrorItem.Builder,DeleteLaunchTemplateVersionsResponseErrorItem>
Modifier and Type | Method and Description |
---|---|
DeleteLaunchTemplateVersionsResponseErrorItem.Builder |
launchTemplateId(String launchTemplateId)
The ID of the launch template.
|
DeleteLaunchTemplateVersionsResponseErrorItem.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
default DeleteLaunchTemplateVersionsResponseErrorItem.Builder |
responseError(Consumer<ResponseError.Builder> responseError)
Information about the error.
|
DeleteLaunchTemplateVersionsResponseErrorItem.Builder |
responseError(ResponseError responseError)
Information about the error.
|
DeleteLaunchTemplateVersionsResponseErrorItem.Builder |
versionNumber(Long versionNumber)
The version number of the launch template.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteLaunchTemplateVersionsResponseErrorItem.Builder launchTemplateId(String launchTemplateId)
The ID of the launch template.
launchTemplateId
- The ID of the launch template.DeleteLaunchTemplateVersionsResponseErrorItem.Builder launchTemplateName(String launchTemplateName)
The name of the launch template.
launchTemplateName
- The name of the launch template.DeleteLaunchTemplateVersionsResponseErrorItem.Builder versionNumber(Long versionNumber)
The version number of the launch template.
versionNumber
- The version number of the launch template.DeleteLaunchTemplateVersionsResponseErrorItem.Builder responseError(ResponseError responseError)
Information about the error.
responseError
- Information about the error.default DeleteLaunchTemplateVersionsResponseErrorItem.Builder responseError(Consumer<ResponseError.Builder> responseError)
Information about the error.
This is a convenience that creates an instance of theResponseError.Builder
avoiding the need to
create one manually via ResponseError.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to responseError(ResponseError)
.responseError
- a consumer that will call methods on ResponseError.Builder
responseError(ResponseError)
Copyright © 2019. All rights reserved.