Interface TrendmicroConnectorProfileCredentials.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrendmicroConnectorProfileCredentials.Builder,TrendmicroConnectorProfileCredentials>,SdkBuilder<TrendmicroConnectorProfileCredentials.Builder,TrendmicroConnectorProfileCredentials>,SdkPojo
- Enclosing class:
- TrendmicroConnectorProfileCredentials
public static interface TrendmicroConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<TrendmicroConnectorProfileCredentials.Builder,TrendmicroConnectorProfileCredentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrendmicroConnectorProfileCredentials.BuilderapiSecretKey(String apiSecretKey)The Secret Access Key portion of the credentials.-
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
-
apiSecretKey
TrendmicroConnectorProfileCredentials.Builder apiSecretKey(String apiSecretKey)
The Secret Access Key portion of the credentials.
- Parameters:
apiSecretKey- The Secret Access Key portion of the credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-