Interface CreateViewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateViewResponse.Builder,CreateViewResponse>,ResourceExplorer2Response.Builder,SdkBuilder<CreateViewResponse.Builder,CreateViewResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateViewResponse
public static interface CreateViewResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<CreateViewResponse.Builder,CreateViewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateViewResponse.Builderview(Consumer<View.Builder> view)A structure that contains the details about the new view.CreateViewResponse.Builderview(View 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
view
CreateViewResponse.Builder view(View 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
default CreateViewResponse.Builder view(Consumer<View.Builder> view)
A structure that contains the details about the new 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)
-
-