Interface UpdateComponentResponse.Builder
- All Superinterfaces:
- AmplifyUiBuilderResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateComponentResponse.Builder,,- UpdateComponentResponse> - SdkBuilder<UpdateComponentResponse.Builder,,- UpdateComponentResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateComponentResponse
@Mutable
@NotThreadSafe
public static interface UpdateComponentResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<UpdateComponentResponse.Builder,UpdateComponentResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault UpdateComponentResponse.Builderentity(Consumer<Component.Builder> entity) Describes the configuration of the updated component.Describes the configuration of the updated 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- 
entityDescribes the configuration of the updated component. - Parameters:
- entity- Describes the configuration of the updated component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entityDescribes the configuration of the updated 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 toentity(Component).- Parameters:
- entity- 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:
 
 
-