public static class UpdateBastionDetails.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateBastionDetails |
build() |
UpdateBastionDetails.Builder |
clientCidrBlockAllowList(List<String> clientCidrBlockAllowList) |
UpdateBastionDetails.Builder |
copy(UpdateBastionDetails o) |
UpdateBastionDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
UpdateBastionDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
UpdateBastionDetails.Builder |
maxSessionTtlInSeconds(Integer maxSessionTtlInSeconds) |
UpdateBastionDetails.Builder |
staticJumpHostIpAddresses(List<String> staticJumpHostIpAddresses) |
String |
toString() |
public UpdateBastionDetails.Builder maxSessionTtlInSeconds(Integer maxSessionTtlInSeconds)
public UpdateBastionDetails.Builder staticJumpHostIpAddresses(List<String> staticJumpHostIpAddresses)
public UpdateBastionDetails.Builder clientCidrBlockAllowList(List<String> clientCidrBlockAllowList)
public UpdateBastionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateBastionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateBastionDetails build()
public UpdateBastionDetails.Builder copy(UpdateBastionDetails o)
Copyright © 2016–2022. All rights reserved.