public static interface GetStatementResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetStatementResponse.Builder,GetStatementResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetStatementResponse.Builder |
statement(Consumer<Statement.Builder> statement)
Returns the statement.
|
GetStatementResponse.Builder |
statement(Statement statement)
Returns the statement.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStatementResponse.Builder statement(Statement statement)
Returns the statement.
statement - Returns the statement.default GetStatementResponse.Builder statement(Consumer<Statement.Builder> statement)
Returns the statement.
This is a convenience method that creates an instance of theStatement.Builder avoiding the need to
create one manually via Statement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to statement(Statement).
statement - a consumer that will call methods on Statement.Builderstatement(Statement)Copyright © 2023. All rights reserved.