Uses of Interface
software.amazon.awssdk.services.mediastore.model.Container.Builder
-
Packages that use Container.Builder Package Description software.amazon.awssdk.services.mediastore.model -
-
Uses of Container.Builder in software.amazon.awssdk.services.mediastore.model
Methods in software.amazon.awssdk.services.mediastore.model that return Container.Builder Modifier and Type Method Description Container.BuilderContainer.Builder. accessLoggingEnabled(Boolean accessLoggingEnabled)The state of access logging on the container.Container.BuilderContainer.Builder. arn(String arn)The Amazon Resource Name (ARN) of the container.static Container.BuilderContainer. builder()Container.BuilderContainer.Builder. creationTime(Instant creationTime)Unix timestamp.Container.BuilderContainer.Builder. endpoint(String endpoint)The DNS endpoint of the container.Container.BuilderContainer.Builder. name(String name)The name of the container.Container.BuilderContainer.Builder. status(String status)The status of container creation or deletion.Container.BuilderContainer.Builder. status(ContainerStatus status)The status of container creation or deletion.Container.BuilderContainer. toBuilder()Methods in software.amazon.awssdk.services.mediastore.model that return types with arguments of type Container.Builder Modifier and Type Method Description static Class<? extends Container.Builder>Container. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediastore.model with type arguments of type Container.Builder Modifier and Type Method Description default CreateContainerResponse.BuilderCreateContainerResponse.Builder. container(Consumer<Container.Builder> container)ContainerARN: The Amazon Resource Name (ARN) of the newly created container.default DescribeContainerResponse.BuilderDescribeContainerResponse.Builder. container(Consumer<Container.Builder> container)The name of the queried container.
-