Class SwiftAccountImpl.AccountBuilder
- java.lang.Object
-
- org.openstack4j.openstack.storage.object.domain.SwiftAccountImpl.AccountBuilder
-
- Enclosing class:
- SwiftAccountImpl
public static class SwiftAccountImpl.AccountBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwiftAccountImplbuild()SwiftAccountImpl.AccountBuilderbytesUsed(long bytesUsed)SwiftAccountImpl.AccountBuildercontainerCount(long containerCount)SwiftAccountImpl.AccountBuildermetadata(Map<String,String> metadata)SwiftAccountImpl.AccountBuilderobjectCount(long objectCount)SwiftAccountImpl.AccountBuildertemporaryUrlKey(String temporaryUrlKey)
-
-
-
Method Detail
-
containerCount
public SwiftAccountImpl.AccountBuilder containerCount(long containerCount)
-
objectCount
public SwiftAccountImpl.AccountBuilder objectCount(long objectCount)
-
bytesUsed
public SwiftAccountImpl.AccountBuilder bytesUsed(long bytesUsed)
-
temporaryUrlKey
public SwiftAccountImpl.AccountBuilder temporaryUrlKey(String temporaryUrlKey)
-
metadata
public SwiftAccountImpl.AccountBuilder metadata(Map<String,String> metadata)
-
build
public SwiftAccountImpl build()
-
-