Interface ListMssManifestConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListMssManifestConfiguration.Builder,
,ListMssManifestConfiguration> SdkBuilder<ListMssManifestConfiguration.Builder,
,ListMssManifestConfiguration> SdkPojo
- Enclosing class:
ListMssManifestConfiguration
@Mutable
@NotThreadSafe
public static interface ListMssManifestConfiguration.Builder
extends SdkPojo, CopyableBuilder<ListMssManifestConfiguration.Builder,ListMssManifestConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmanifestName
(String manifestName) The name of the MSS manifest configuration.The URL for accessing the MSS manifest.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
-
manifestName
The name of the MSS manifest configuration.
- Parameters:
manifestName
- The name of the MSS manifest configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
The URL for accessing the MSS manifest.
- Parameters:
url
- The URL for accessing the MSS manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-