public static class BootVolumeAttachment.Builder extends Object
Modifier and Type | Method and Description |
---|---|
BootVolumeAttachment.Builder |
availabilityDomain(String availabilityDomain) |
BootVolumeAttachment.Builder |
bootVolumeId(String bootVolumeId) |
BootVolumeAttachment |
build() |
BootVolumeAttachment.Builder |
compartmentId(String compartmentId) |
BootVolumeAttachment.Builder |
copy(BootVolumeAttachment o) |
BootVolumeAttachment.Builder |
displayName(String displayName) |
BootVolumeAttachment.Builder |
id(String id) |
BootVolumeAttachment.Builder |
instanceId(String instanceId) |
BootVolumeAttachment.Builder |
isPvEncryptionInTransitEnabled(Boolean isPvEncryptionInTransitEnabled) |
BootVolumeAttachment.Builder |
lifecycleState(BootVolumeAttachment.LifecycleState lifecycleState) |
BootVolumeAttachment.Builder |
timeCreated(Date timeCreated) |
String |
toString() |
public BootVolumeAttachment.Builder availabilityDomain(String availabilityDomain)
public BootVolumeAttachment.Builder bootVolumeId(String bootVolumeId)
public BootVolumeAttachment.Builder compartmentId(String compartmentId)
public BootVolumeAttachment.Builder displayName(String displayName)
public BootVolumeAttachment.Builder id(String id)
public BootVolumeAttachment.Builder instanceId(String instanceId)
public BootVolumeAttachment.Builder lifecycleState(BootVolumeAttachment.LifecycleState lifecycleState)
public BootVolumeAttachment.Builder timeCreated(Date timeCreated)
public BootVolumeAttachment.Builder isPvEncryptionInTransitEnabled(Boolean isPvEncryptionInTransitEnabled)
public BootVolumeAttachment build()
public BootVolumeAttachment.Builder copy(BootVolumeAttachment o)
Copyright © 2016–2021. All rights reserved.