public static class SecurityPolicyEntryState.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyEntryState |
build() |
SecurityPolicyEntryState.Builder |
copy(SecurityPolicyEntryState model) |
SecurityPolicyEntryState.Builder |
deploymentStatus(SecurityPolicyEntryStateDeploymentStatus deploymentStatus)
The current deployment status of the security policy deployment and the security policy
entry associated.
|
SecurityPolicyEntryState.Builder |
entryDetails(EntryDetails entryDetails) |
SecurityPolicyEntryState.Builder |
id(String id)
Unique id of the security policy entry state.
|
SecurityPolicyEntryState.Builder |
securityPolicyDeploymentId(String securityPolicyDeploymentId)
The OCID of the security policy deployment associated.
|
SecurityPolicyEntryState.Builder |
securityPolicyEntryId(String securityPolicyEntryId)
The OCID of the security policy entry type associated.
|
public SecurityPolicyEntryState.Builder id(String id)
Unique id of the security policy entry state.
id
- the value to setpublic SecurityPolicyEntryState.Builder securityPolicyEntryId(String securityPolicyEntryId)
The OCID of the security policy entry type associated.
securityPolicyEntryId
- the value to setpublic SecurityPolicyEntryState.Builder securityPolicyDeploymentId(String securityPolicyDeploymentId)
The OCID of the security policy deployment associated.
securityPolicyDeploymentId
- the value to setpublic SecurityPolicyEntryState.Builder deploymentStatus(SecurityPolicyEntryStateDeploymentStatus deploymentStatus)
The current deployment status of the security policy deployment and the security policy entry associated.
deploymentStatus
- the value to setpublic SecurityPolicyEntryState.Builder entryDetails(EntryDetails entryDetails)
public SecurityPolicyEntryState build()
public SecurityPolicyEntryState.Builder copy(SecurityPolicyEntryState model)
Copyright © 2016–2024. All rights reserved.