Interface StandardsManagedBy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StandardsManagedBy.Builder,StandardsManagedBy>,SdkBuilder<StandardsManagedBy.Builder,StandardsManagedBy>,SdkPojo
- Enclosing class:
- StandardsManagedBy
public static interface StandardsManagedBy.Builder extends SdkPojo, CopyableBuilder<StandardsManagedBy.Builder,StandardsManagedBy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandardsManagedBy.Buildercompany(String company)An identifier for the company that manages a specific security standard.StandardsManagedBy.Builderproduct(String product)An identifier for the product that manages a specific security standard.-
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
-
company
StandardsManagedBy.Builder company(String company)
An identifier for the company that manages a specific security standard. For existing standards, the value is equal to
Amazon Web Services.- Parameters:
company- An identifier for the company that manages a specific security standard. For existing standards, the value is equal toAmazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
product
StandardsManagedBy.Builder product(String product)
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
- Parameters:
product- An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-