public static interface GetApplicationResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
application(Application application)
|
default GetApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
This is a convenience method that creates an instance of the
Application.Builder avoiding the need to
create one manually via Application.builder(). |
GetApplicationResponse.Builder |
tags(Map<String,String> tags)
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationResponse.Builder application(Application application)
application - default GetApplicationResponse.Builder application(Consumer<Application.Builder> application)
Application.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)
tags - Copyright © 2022. All rights reserved.