Interface GetLoggerDefinitionVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetLoggerDefinitionVersionRequest.Builder,GetLoggerDefinitionVersionRequest>,GreengrassRequest.Builder,SdkBuilder<GetLoggerDefinitionVersionRequest.Builder,GetLoggerDefinitionVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetLoggerDefinitionVersionRequest
public static interface GetLoggerDefinitionVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetLoggerDefinitionVersionRequest.Builder,GetLoggerDefinitionVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLoggerDefinitionVersionRequest.BuilderloggerDefinitionId(String loggerDefinitionId)The ID of the logger definition.GetLoggerDefinitionVersionRequest.BuilderloggerDefinitionVersionId(String loggerDefinitionVersionId)The ID of the logger definition version.GetLoggerDefinitionVersionRequest.BuildernextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.GetLoggerDefinitionVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLoggerDefinitionVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassRequest.Builder
build
-
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
-
loggerDefinitionId
GetLoggerDefinitionVersionRequest.Builder loggerDefinitionId(String loggerDefinitionId)
The ID of the logger definition.- Parameters:
loggerDefinitionId- The ID of the logger definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggerDefinitionVersionId
GetLoggerDefinitionVersionRequest.Builder loggerDefinitionVersionId(String loggerDefinitionVersionId)
The ID of the logger definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the version is the last one that was associated with a logger definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.- Parameters:
loggerDefinitionVersionId- The ID of the logger definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the version is the last one that was associated with a logger definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetLoggerDefinitionVersionRequest.Builder nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.- Parameters:
nextToken- The token for the next set of results, or ''null'' if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetLoggerDefinitionVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLoggerDefinitionVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-