Interface GetComponentResponse.Builder
- All Superinterfaces:
- AmplifyUiBuilderResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetComponentResponse.Builder,,- GetComponentResponse> - SdkBuilder<GetComponentResponse.Builder,,- GetComponentResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetComponentResponse
@Mutable
@NotThreadSafe
public static interface GetComponentResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GetComponentResponse.Buildercomponent(Consumer<Component.Builder> component) Represents the configuration settings for the component.Represents the configuration settings for the component.Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
componentRepresents the configuration settings for the component. - Parameters:
- component- Represents the configuration settings for the component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
componentRepresents the configuration settings for the component. This is a convenience method that creates an instance of theComponent.Builderavoiding the need to create one manually viaComponent.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomponent(Component).- Parameters:
- component- a consumer that will call methods on- Component.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-