public static interface GenerateAccessLogsRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest>
| Modifier and Type | Method and Description |
|---|---|
GenerateAccessLogsRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
GenerateAccessLogsRequest.Builder |
domainName(String domainName)
The name of the domain.
|
GenerateAccessLogsRequest.Builder |
endTime(Instant endTime)
The time at which the logs should end.
|
GenerateAccessLogsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GenerateAccessLogsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GenerateAccessLogsRequest.Builder |
startTime(Instant startTime)
The time at which the logs should start.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateAccessLogsRequest.Builder startTime(Instant startTime)
The time at which the logs should start. The time range specified is inclusive of the start time.
startTime - The time at which the logs should start. The time range specified is inclusive of the start time.GenerateAccessLogsRequest.Builder endTime(Instant endTime)
The time at which the logs should end. The time range specified is inclusive of the end time.
endTime - The time at which the logs should end. The time range specified is inclusive of the end time.GenerateAccessLogsRequest.Builder domainName(String domainName)
The name of the domain.
domainName - The name of the domain.GenerateAccessLogsRequest.Builder appId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.GenerateAccessLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGenerateAccessLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.