Class GetSnapshotV3Args.Builder
- java.lang.Object
-
- com.pulumi.openstack.blockstorage.inputs.GetSnapshotV3Args.Builder
-
- Enclosing class:
- GetSnapshotV3Args
public static final class GetSnapshotV3Args.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetSnapshotV3Args defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSnapshotV3Argsbuild()GetSnapshotV3Args.BuildermostRecent(com.pulumi.core.Output<java.lang.Boolean> mostRecent)GetSnapshotV3Args.BuildermostRecent(java.lang.Boolean mostRecent)GetSnapshotV3Args.Buildername(com.pulumi.core.Output<java.lang.String> name)GetSnapshotV3Args.Buildername(java.lang.String name)GetSnapshotV3Args.Builderregion(com.pulumi.core.Output<java.lang.String> region)GetSnapshotV3Args.Builderregion(java.lang.String region)GetSnapshotV3Args.Builderstatus(com.pulumi.core.Output<java.lang.String> status)GetSnapshotV3Args.Builderstatus(java.lang.String status)GetSnapshotV3Args.BuildervolumeId(com.pulumi.core.Output<java.lang.String> volumeId)GetSnapshotV3Args.BuildervolumeId(java.lang.String volumeId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetSnapshotV3Args defaults)
-
-
Method Detail
-
mostRecent
public GetSnapshotV3Args.Builder mostRecent(@Nullable com.pulumi.core.Output<java.lang.Boolean> mostRecent)
- Parameters:
mostRecent- Pick the most recently created snapshot if there are multiple results.- Returns:
- builder
-
mostRecent
public GetSnapshotV3Args.Builder mostRecent(java.lang.Boolean mostRecent)
- Parameters:
mostRecent- Pick the most recently created snapshot if there are multiple results.- Returns:
- builder
-
name
public GetSnapshotV3Args.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name- The name of the snapshot.- Returns:
- builder
-
name
public GetSnapshotV3Args.Builder name(java.lang.String name)
- Parameters:
name- The name of the snapshot.- Returns:
- builder
-
region
public GetSnapshotV3Args.Builder region(@Nullable com.pulumi.core.Output<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
-
region
public GetSnapshotV3Args.Builder region(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 GetSnapshotV3Args.Builder status(@Nullable com.pulumi.core.Output<java.lang.String> status)
- Parameters:
status- The status of the snapshot.- Returns:
- builder
-
status
public GetSnapshotV3Args.Builder status(java.lang.String status)
- Parameters:
status- The status of the snapshot.- Returns:
- builder
-
volumeId
public GetSnapshotV3Args.Builder volumeId(@Nullable com.pulumi.core.Output<java.lang.String> volumeId)
- Parameters:
volumeId- The ID of the snapshot's volume.- Returns:
- builder
-
volumeId
public GetSnapshotV3Args.Builder volumeId(java.lang.String volumeId)
- Parameters:
volumeId- The ID of the snapshot's volume.- Returns:
- builder
-
build
public GetSnapshotV3Args build()
-
-