Interface GetComponentResponse.Builder
-
- All Superinterfaces:
AmplifyUiBuilderResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse>,SdkBuilder<GetComponentResponse.Builder,GetComponentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetComponentResponse
public static interface GetComponentResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<GetComponentResponse.Builder,GetComponentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetComponentResponse.Buildercomponent(Consumer<Component.Builder> component)Represents the configuration settings for the component.GetComponentResponse.Buildercomponent(Component component)Represents the configuration settings for the component.-
Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
component
GetComponentResponse.Builder component(Component component)
Represents 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.
-
component
default GetComponentResponse.Builder component(Consumer<Component.Builder> component)
Represents 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 onComponent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
component(Component)
-
-