Interface GetComponentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetComponentResponse.Builder,
,GetComponentResponse> SdkBuilder<GetComponentResponse.Builder,
,GetComponentResponse> SdkPojo
,SdkResponse.Builder
,SsmSapResponse.Builder
- Enclosing class:
GetComponentResponse
@Mutable
@NotThreadSafe
public static interface GetComponentResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetComponentResponse.Builder
component
(Consumer<Component.Builder> component) The component of an application registered with AWS Systems Manager for SAP.The component of an application registered with AWS Systems Manager for SAP.The tags of a component.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
component
The component of an application registered with AWS Systems Manager for SAP.
- Parameters:
component
- The component of an application registered with AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaComponent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocomponent(Component)
.- Parameters:
component
- a consumer that will call methods onComponent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags of a component.
- Parameters:
tags
- The tags of a component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-