public static interface CreateApplicationResponse.Builder extends KinesisAnalyticsResponse.Builder, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
| Modifier and Type | Method and 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. |
default CreateApplicationResponse.Builder |
applicationSummary(Consumer<ApplicationSummary.Builder> 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateApplicationResponse.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.default CreateApplicationResponse.Builder applicationSummary(Consumer<ApplicationSummary.Builder> 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.Builder avoiding the need to
create one manually via ApplicationSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to applicationSummary(ApplicationSummary).applicationSummary - a consumer that will call methods on ApplicationSummary.BuilderapplicationSummary(ApplicationSummary)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.