Class GetSnapshotV3PlainArgs.Builder
- java.lang.Object
-
- com.pulumi.openstack.blockstorage.inputs.GetSnapshotV3PlainArgs.Builder
-
- Enclosing class:
- GetSnapshotV3PlainArgs
public static final class GetSnapshotV3PlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetSnapshotV3PlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSnapshotV3PlainArgsbuild()GetSnapshotV3PlainArgs.BuildermostRecent(java.lang.Boolean mostRecent)GetSnapshotV3PlainArgs.Buildername(java.lang.String name)GetSnapshotV3PlainArgs.Builderregion(java.lang.String region)GetSnapshotV3PlainArgs.Builderstatus(java.lang.String status)GetSnapshotV3PlainArgs.BuildervolumeId(java.lang.String volumeId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetSnapshotV3PlainArgs defaults)
-
-
Method Detail
-
mostRecent
public GetSnapshotV3PlainArgs.Builder mostRecent(@Nullable java.lang.Boolean mostRecent)
- Parameters:
mostRecent- Pick the most recently created snapshot if there are multiple results.- Returns:
- builder
-
name
public GetSnapshotV3PlainArgs.Builder name(@Nullable java.lang.String name)
- Parameters:
name- The name of the snapshot.- Returns:
- builder
-
region
public GetSnapshotV3PlainArgs.Builder region(@Nullable java.lang.String region)
- Parameters:
region- The region in which to obtain the V3 Block Storage client. If omitted, the `region` argument of the provider is used.- Returns:
- builder
-
status
public GetSnapshotV3PlainArgs.Builder status(@Nullable java.lang.String status)
- Parameters:
status- The status of the snapshot.- Returns:
- builder
-
volumeId
public GetSnapshotV3PlainArgs.Builder volumeId(@Nullable java.lang.String volumeId)
- Parameters:
volumeId- The ID of the snapshot's volume.- Returns:
- builder
-
build
public GetSnapshotV3PlainArgs build()
-
-