Interface UpdateViewContentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<UpdateViewContentResponse.Builder,UpdateViewContentResponse>,SdkBuilder<UpdateViewContentResponse.Builder,UpdateViewContentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateViewContentResponse
public static interface UpdateViewContentResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateViewContentResponse.Builder,UpdateViewContentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateViewContentResponse.Builderview(Consumer<View.Builder> view)A view resource object.UpdateViewContentResponse.Builderview(View view)A view resource object.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
view
UpdateViewContentResponse.Builder view(View view)
A view resource object. Contains metadata and content necessary to render the view.
- Parameters:
view- A view resource object. Contains metadata and content necessary to render the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
view
default UpdateViewContentResponse.Builder view(Consumer<View.Builder> view)
A view resource object. Contains metadata and content necessary to render the view.
This is a convenience method that creates an instance of theView.Builderavoiding the need to create one manually viaView.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toview(View).- Parameters:
view- a consumer that will call methods onView.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
view(View)
-
-