public static interface GetApplicationResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
application(Application application)
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
|
default GetApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
|
GetApplicationResponse.Builder |
tags(Map<String,String> tags)
The tags of a registered application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationResponse.Builder application(Application application)
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
application - Returns all of the metadata of an application registered with AWS Systems Manager for SAP.default GetApplicationResponse.Builder application(Consumer<Application.Builder> application)
Returns all of the metadata of an 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)GetApplicationResponse.Builder tags(Map<String,String> tags)
The tags of a registered application.
tags - The tags of a registered application.Copyright © 2023. All rights reserved.