Interface CreateStudioComponentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateStudioComponentResponse.Builder,CreateStudioComponentResponse>,NimbleResponse.Builder,SdkBuilder<CreateStudioComponentResponse.Builder,CreateStudioComponentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateStudioComponentResponse
public static interface CreateStudioComponentResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<CreateStudioComponentResponse.Builder,CreateStudioComponentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateStudioComponentResponse.BuilderstudioComponent(Consumer<StudioComponent.Builder> studioComponent)Information about the studio component.CreateStudioComponentResponse.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
CreateStudioComponentResponse.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 CreateStudioComponentResponse.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)
-
-