public static interface RegisterApplicationResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<RegisterApplicationResponse.Builder,RegisterApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterApplicationResponse.Builder |
application(Application application)
The application registered with AWS Systems Manager for SAP.
|
default RegisterApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
The application registered with AWS Systems Manager for SAP.
|
RegisterApplicationResponse.Builder |
operationId(String operationId)
The ID of the operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterApplicationResponse.Builder application(Application application)
The application registered with AWS Systems Manager for SAP.
application - The application registered with AWS Systems Manager for SAP.default RegisterApplicationResponse.Builder application(Consumer<Application.Builder> application)
The application registered with AWS Systems Manager for SAP.
This is a convenience method that creates an instance of theApplication.Builder avoiding the need to
create one manually via Application.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to application(Application).
application - a consumer that will call methods on Application.Builderapplication(Application)RegisterApplicationResponse.Builder operationId(String operationId)
The ID of the operation.
operationId - The ID of the operation.Copyright © 2023. All rights reserved.