public static interface GetBranchKeyVersionInput.Builder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
branchKeyIdentifier() |
GetBranchKeyVersionInput.Builder |
branchKeyIdentifier(java.lang.String branchKeyIdentifier) |
java.lang.String |
branchKeyVersion() |
GetBranchKeyVersionInput.Builder |
branchKeyVersion(java.lang.String branchKeyVersion) |
GetBranchKeyVersionInput |
build() |
GetBranchKeyVersionInput.Builder branchKeyIdentifier(java.lang.String branchKeyIdentifier)
branchKeyIdentifier - The identifier for the Branch Key to get a particular version for.java.lang.String branchKeyIdentifier()
GetBranchKeyVersionInput.Builder branchKeyVersion(java.lang.String branchKeyVersion)
branchKeyVersion - The version to get.java.lang.String branchKeyVersion()
GetBranchKeyVersionInput build()