public static class SwiftAccountImpl.AccountBuilder extends Object
Constructor and Description |
---|
AccountBuilder() |
Modifier and Type | Method and Description |
---|---|
SwiftAccountImpl |
build() |
SwiftAccountImpl.AccountBuilder |
bytesUsed(long bytesUsed) |
SwiftAccountImpl.AccountBuilder |
containerCount(long containerCount) |
SwiftAccountImpl.AccountBuilder |
metadata(Map<String,String> metadata) |
SwiftAccountImpl.AccountBuilder |
objectCount(long objectCount) |
SwiftAccountImpl.AccountBuilder |
temporaryUrlKey(String temporaryUrlKey) |
public SwiftAccountImpl.AccountBuilder containerCount(long containerCount)
public SwiftAccountImpl.AccountBuilder objectCount(long objectCount)
public SwiftAccountImpl.AccountBuilder bytesUsed(long bytesUsed)
public SwiftAccountImpl.AccountBuilder temporaryUrlKey(String temporaryUrlKey)
public SwiftAccountImpl.AccountBuilder metadata(Map<String,String> metadata)
public SwiftAccountImpl build()
Copyright © 2017. All rights reserved.