SecurityBaselineSettingState |
SecurityBaselineSettingState.Builder.build() |
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withContributingPolicies(List<SecurityBaselineContributingPolicy> contributingPolicies) |
Returns an immutable copy of this with just the
contributingPolicies field changed.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withErrorCode(String errorCode) |
Returns an immutable copy of this with just the errorCode field
changed.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withSettingCategoryId(String settingCategoryId) |
Returns an immutable copy of this with just the settingCategoryId
field changed.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withSettingCategoryName(String settingCategoryName) |
Returns an immutable copy of this with just the
settingCategoryName field changed.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withSettingId(String settingId) |
Returns an immutable copy of this with just the settingId field
changed.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withSettingName(String settingName) |
Returns an immutable copy of this with just the settingName
field changed.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withSourcePolicies(List<SettingSource> sourcePolicies) |
Returns an immutable copy of this with just the sourcePolicies
field changed.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withState(SecurityBaselineComplianceState state) |
Returns an immutable copy of this with just the state field
changed.
|
SecurityBaselineSettingState |
SecurityBaselineSettingState.withUnmappedField(String name,
String value) |
|