Interface UpdateViewResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateViewResponse.Builder,
,UpdateViewResponse> ResourceExplorer2Response.Builder
,SdkBuilder<UpdateViewResponse.Builder,
,UpdateViewResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateViewResponse
@Mutable
@NotThreadSafe
public static interface UpdateViewResponse.Builder
extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<UpdateViewResponse.Builder,UpdateViewResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateViewResponse.Builder
view
(Consumer<View.Builder> view) Details about the view that you changed with this operation.Details about the view that you changed with this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resourceexplorer2.model.ResourceExplorer2Response.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
view
Details about the view that you changed with this operation.
- Parameters:
view
- Details about the view that you changed with this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
view
Details about the view that you changed with this operation.
This is a convenience method that creates an instance of theView.Builder
avoiding the need to create one manually viaView.builder()
.When the
Consumer
completes,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:
-