Interface ResourceContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceContent.Builder,
,ResourceContent> SdkBuilder<ResourceContent.Builder,
,ResourceContent> SdkPojo
- Enclosing class:
ResourceContent
@Mutable
@NotThreadSafe
public static interface ResourceContent.Builder
extends SdkPojo, CopyableBuilder<ResourceContent.Builder,ResourceContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe binary resource content.The MIME type of the resource content.The text resource content.The type of resource content.type
(ResourceContentType type) The type of resource content.The URI of the resource 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
-
Method Details
-
type
The type of resource content.
- Parameters:
type
- The type of resource content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of resource content.
- Parameters:
type
- The type of resource content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
uri
The URI of the resource content.
- Parameters:
uri
- The URI of the resource content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mimeType
The MIME type of the resource content.
- Parameters:
mimeType
- The MIME type of the resource content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
The text resource content.
- Parameters:
text
- The text resource content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blob
The binary resource content.
- Parameters:
blob
- The binary resource content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-