Interface UpdateContentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateContentResponse.Builder,UpdateContentResponse>,SdkBuilder<UpdateContentResponse.Builder,UpdateContentResponse>,SdkPojo,SdkResponse.Builder,WisdomResponse.Builder
- Enclosing class:
- UpdateContentResponse
public static interface UpdateContentResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<UpdateContentResponse.Builder,UpdateContentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateContentResponse.Buildercontent(Consumer<ContentData.Builder> content)The content.UpdateContentResponse.Buildercontent(ContentData content)The content.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.wisdom.model.WisdomResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
content
UpdateContentResponse.Builder content(ContentData content)
The content.
- Parameters:
content- The content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
default UpdateContentResponse.Builder content(Consumer<ContentData.Builder> content)
The content.
This is a convenience method that creates an instance of theContentData.Builderavoiding the need to create one manually viaContentData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontent(ContentData).- Parameters:
content- a consumer that will call methods onContentData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
content(ContentData)
-
-