public static interface GetOutpostResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<GetOutpostResponse.Builder,GetOutpostResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetOutpostResponse.Builder |
outpost(Consumer<Outpost.Builder> outpost)
Sets the value of the Outpost property for this object.
|
GetOutpostResponse.Builder |
outpost(Outpost outpost)
Sets the value of the Outpost property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOutpostResponse.Builder outpost(Outpost outpost)
outpost - The new value for the Outpost property for this object.default GetOutpostResponse.Builder outpost(Consumer<Outpost.Builder> outpost)
Outpost.Builder avoiding the need to create one
manually via Outpost.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to outpost(Outpost).outpost - a consumer that will call methods on Outpost.Builderoutpost(Outpost)Copyright © 2021. All rights reserved.