Package com.oracle.bmc.bastion.model
Class UpdateBastionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.bastion.model.UpdateBastionDetails.Builder
 
- 
- Enclosing class:
- UpdateBastionDetails
 
 public static class UpdateBastionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBastionDetailsbuild()UpdateBastionDetails.BuilderclientCidrBlockAllowList(List<String> clientCidrBlockAllowList)A list of address ranges in CIDR notation that you want to allow to connect to sessions hosted by this bastion.UpdateBastionDetails.Buildercopy(UpdateBastionDetails model)UpdateBastionDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateBastionDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateBastionDetails.BuildermaxSessionTtlInSeconds(Integer maxSessionTtlInSeconds)The maximum amount of time that any session on the bastion can remain active.UpdateBastionDetails.BuilderstaticJumpHostIpAddresses(List<String> staticJumpHostIpAddresses)A list of IP addresses of the hosts that the bastion has access to.
 
- 
- 
- 
Method Detail- 
maxSessionTtlInSecondspublic UpdateBastionDetails.Builder maxSessionTtlInSeconds(Integer maxSessionTtlInSeconds) The maximum amount of time that any session on the bastion can remain active.- Parameters:
- maxSessionTtlInSeconds- the value to set
- Returns:
- this builder
 
 - 
staticJumpHostIpAddressespublic UpdateBastionDetails.Builder staticJumpHostIpAddresses(List<String> staticJumpHostIpAddresses) A list of IP addresses of the hosts that the bastion has access to.Not applicable to standard bastions. - Parameters:
- staticJumpHostIpAddresses- the value to set
- Returns:
- this builder
 
 - 
clientCidrBlockAllowListpublic UpdateBastionDetails.Builder clientCidrBlockAllowList(List<String> clientCidrBlockAllowList) A list of address ranges in CIDR notation that you want to allow to connect to sessions hosted by this bastion.- Parameters:
- clientCidrBlockAllowList- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateBastionDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateBastionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateBastionDetails build() 
 - 
copypublic UpdateBastionDetails.Builder copy(UpdateBastionDetails model) 
 
- 
 
-