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