CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
, SdkBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
public static interface CreateApplicationResponse.Builder extends CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateApplicationResponse.Builder |
applicationSummary(ApplicationSummary applicationSummary) |
In response to your
CreateApplication request, Amazon Kinesis Analytics returns a response with
a summary of the application it created, including the application Amazon Resource Name (ARN), name, and
status. |
copy
apply, build
CreateApplicationResponse.Builder applicationSummary(ApplicationSummary applicationSummary)
In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with
a summary of the application it created, including the application Amazon Resource Name (ARN), name, and
status.
applicationSummary
- In response to your CreateApplication
request, Amazon Kinesis Analytics returns a
response with a summary of the application it created, including the application Amazon Resource Name
(ARN), name, and status.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.