Interface S3ControlConfiguration.Builder

    • Method Detail

      • dualstackEnabled

        Boolean dualstackEnabled()
      • fipsModeEnabled

        Boolean fipsModeEnabled()
      • useArnRegionEnabled

        S3ControlConfiguration.Builder useArnRegionEnabled​(Boolean arnRegionEnabled)
        Option to enable the client to make calls to a region specified in an ARN that represents an S3 resource even if that region is different to the region the client was initialized with. This setting is disabled by default.
      • useArnRegionEnabled

        Boolean useArnRegionEnabled()
        Option to enable the client to make calls to a region specified in an ARN that represents an S3 resource even if that region is different to the region the client was initialized with. This setting is disabled by default.
      • profileFile

        S3ControlConfiguration.Builder profileFile​(ProfileFile profileFile)
        The profile file that should be consulted to determine the service-specific default configuration. This is not currently used by S3 control, but may be in a future SDK version.
      • profileName

        String profileName()
      • profileName

        S3ControlConfiguration.Builder profileName​(String profileName)
        The profile name that should be consulted to determine the service-specific default configuration. This is not currently used by S3 control, but may be in a future SDK version.