Interface GeneralFlagsV2.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeneralFlagsV2.Builder,GeneralFlagsV2>,SdkBuilder<GeneralFlagsV2.Builder,GeneralFlagsV2>,SdkPojo
- Enclosing class:
- GeneralFlagsV2
public static interface GeneralFlagsV2.Builder extends SdkPojo, CopyableBuilder<GeneralFlagsV2.Builder,GeneralFlagsV2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneralFlagsV2.BuilderautoEnrollment(Boolean autoEnrollment)Allows certificate issuance using autoenrollment.GeneralFlagsV2.BuildermachineType(Boolean machineType)Defines if the template is for machines or users.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
autoEnrollment
GeneralFlagsV2.Builder autoEnrollment(Boolean autoEnrollment)
Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.
- Parameters:
autoEnrollment- Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
machineType
GeneralFlagsV2.Builder machineType(Boolean machineType)
Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users.
- Parameters:
machineType- Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-