Interface CreateViewResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateViewResponse.Builder,
,CreateViewResponse> ResourceExplorer2Response.Builder
,SdkBuilder<CreateViewResponse.Builder,
,CreateViewResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateViewResponse
@Mutable
@NotThreadSafe
public static interface CreateViewResponse.Builder
extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<CreateViewResponse.Builder,CreateViewResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateViewResponse.Builder
view
(Consumer<View.Builder> view) A structure that contains the details about the new view.A structure that contains the details about the new view.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
A structure that contains the details about the new view.
- Parameters:
view
- A structure that contains the details about the new view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
view
A structure that contains the details about the new view.
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:
-