Class MaintenanceWindowLambdaParameters
- java.lang.Object
-
- software.amazon.awssdk.services.ssm.model.MaintenanceWindowLambdaParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MaintenanceWindowLambdaParameters.Builder,MaintenanceWindowLambdaParameters>
@Generated("software.amazon.awssdk:codegen") public final class MaintenanceWindowLambdaParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaintenanceWindowLambdaParameters.Builder,MaintenanceWindowLambdaParameters>
The parameters for a
LAMBDAtask type.For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
LoggingInfohas been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use theOutputS3BucketNameandOutputS3KeyPrefixoptions in theTaskInvocationParametersstructure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.TaskParametershas been deprecated. To specify parameters to pass to a task when it runs, instead use theParametersoption in theTaskInvocationParametersstructure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.For Lambda tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMaintenanceWindowLambdaParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaintenanceWindowLambdaParameters.Builderbuilder()StringclientContext()Pass client-specific information to the Lambda function that you are invoking.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SdkBytespayload()JSON to provide to your Lambda function as input.Stringqualifier()(Optional) Specify an Lambda function version or alias name.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MaintenanceWindowLambdaParameters.Builder>serializableBuilderClass()MaintenanceWindowLambdaParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clientContext
public final String clientContext()
Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.
- Returns:
- Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.
-
qualifier
public final String qualifier()
(Optional) Specify an Lambda function version or alias name. If you specify a function version, the operation uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the operation uses the alias ARN to invoke the Lambda function version to which the alias points.
- Returns:
- (Optional) Specify an Lambda function version or alias name. If you specify a function version, the operation uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the operation uses the alias ARN to invoke the Lambda function version to which the alias points.
-
payload
public final SdkBytes payload()
JSON to provide to your Lambda function as input.
- Returns:
- JSON to provide to your Lambda function as input.
-
toBuilder
public MaintenanceWindowLambdaParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MaintenanceWindowLambdaParameters.Builder,MaintenanceWindowLambdaParameters>
-
builder
public static MaintenanceWindowLambdaParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends MaintenanceWindowLambdaParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-