public static interface GenerateAccessLogsRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest>
| Modifier and Type | Method and Description |
|---|---|
GenerateAccessLogsRequest.Builder |
appId(String appId)
Unique Id for an Amplify App.
|
GenerateAccessLogsRequest.Builder |
domainName(String domainName)
Name of the domain.
|
GenerateAccessLogsRequest.Builder |
endTime(Instant endTime)
The time at which the logs should end, inclusive.
|
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, inclusive.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateAccessLogsRequest.Builder startTime(Instant startTime)
The time at which the logs should start, inclusive.
startTime - The time at which the logs should start, inclusive.GenerateAccessLogsRequest.Builder endTime(Instant endTime)
The time at which the logs should end, inclusive.
endTime - The time at which the logs should end, inclusive.GenerateAccessLogsRequest.Builder domainName(String domainName)
Name of the domain.
domainName - Name of the domain.GenerateAccessLogsRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId - 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 © 2020. All rights reserved.