public static interface GetComponentResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetComponentResponse.Builder |
component(Component component)
The component of an application registered with AWS Systems Manager for SAP.
|
default GetComponentResponse.Builder |
component(Consumer<Component.Builder> component)
The component of an application registered with AWS Systems Manager for SAP.
|
GetComponentResponse.Builder |
tags(Map<String,String> tags)
The tags of a component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComponentResponse.Builder component(Component component)
The component of an application registered with AWS Systems Manager for SAP.
component - The component of an application registered with AWS Systems Manager for SAP.default GetComponentResponse.Builder component(Consumer<Component.Builder> component)
The component of an application registered with AWS Systems Manager for SAP.
This is a convenience method that creates an instance of theComponent.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)GetComponentResponse.Builder tags(Map<String,String> tags)
The tags of a component.
tags - The tags of a component.Copyright © 2023. All rights reserved.