Interface UpdateStudioComponentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateStudioComponentResponse.Builder,UpdateStudioComponentResponse>,NimbleResponse.Builder,SdkBuilder<UpdateStudioComponentResponse.Builder,UpdateStudioComponentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateStudioComponentResponse
public static interface UpdateStudioComponentResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<UpdateStudioComponentResponse.Builder,UpdateStudioComponentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateStudioComponentResponse.BuilderstudioComponent(Consumer<StudioComponent.Builder> studioComponent)Information about the studio component.UpdateStudioComponentResponse.BuilderstudioComponent(StudioComponent studioComponent)Information about the studio component.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
studioComponent
UpdateStudioComponentResponse.Builder studioComponent(StudioComponent studioComponent)
Information about the studio component.
- Parameters:
studioComponent- Information about the studio component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioComponent
default UpdateStudioComponentResponse.Builder studioComponent(Consumer<StudioComponent.Builder> studioComponent)
Information about the studio component.
This is a convenience method that creates an instance of theStudioComponent.Builderavoiding the need to create one manually viaStudioComponent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostudioComponent(StudioComponent).- Parameters:
studioComponent- a consumer that will call methods onStudioComponent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
studioComponent(StudioComponent)
-
-