Interface CreateApplicationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>, KinesisAnalyticsResponse.Builder, SdkBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateApplicationResponse

  • Method Details

    • applicationSummary

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationSummary

      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.

      This is a convenience method that creates an instance of the 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).

      Parameters:
      applicationSummary - a consumer that will call methods on ApplicationSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: